chore(angular): run build first

This commit is contained in:
Brandy Carney
2018-03-01 13:20:06 -05:00
parent b94ba2ae02
commit a8e42e32cb

View File

@@ -23,7 +23,7 @@
"clean": "rm -rf dist",
"clean-generated": "node ./scripts/clean.js",
"compile": "./node_modules/.bin/ngc",
"deploy": "np --any-branch",
"deploy": "npm run build && np --any-branch",
"tsc": "tsc -p ."
},
"main": "./dist/index.js",