chore(dependencies): do dev builds for now for publishing for easier debugging until we're totally ready to go

This commit is contained in:
Dan Bucholtz
2018-01-31 10:56:59 -06:00
parent be04313353
commit df2a2b8091

View File

@ -29,7 +29,7 @@
"scripts": {
"build": "stencil build --docs",
"clean": "rm -rf dist",
"deploy": "npm run build && np --any-branch",
"deploy": "npm run build -- --dev && 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",