chore(build): run full prod build before deploying

This commit is contained in:
Adam Bradley
2018-02-12 13:10:13 -06:00
parent 1fa1defcae
commit eafa6d1daf

View File

@ -29,7 +29,7 @@
"scripts": {
"build": "stencil build --docs --dev",
"clean": "rm -rf dist",
"deploy": "np --any-branch",
"deploy": "stencil build --docs && np --any-branch",
"dev": "sd concurrent \"stencil build --dev --watch --docs\" \"stencil-dev-server\"",
"e2e": "node ./scripts/e2e",
"e2e-debug": "node --inspect --debug-brk ./scripts/e2e",