Simplify package creation

This commit is contained in:
Jonathan Clem
2019-04-22 11:54:05 -04:00
parent 9ef78f1807
commit d3cfce8cf0
3 changed files with 17 additions and 9 deletions

View File

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