Merge branch 'master' into features/core

This commit is contained in:
Jonathan Clem
2019-05-21 10:18:33 -04:00
3 changed files with 12 additions and 13 deletions

View File

@@ -4,7 +4,8 @@
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run tsc",
"format": "prettier --check packages/**/*.ts",
"format": "prettier --write packages/**/*.ts",
"format-check": "prettier --check packages/**/*.ts",
"new-package": "scripts/create-package",
"test": "jest"
},