chore(build): remove debug statement

This commit is contained in:
Brandy Carney
2017-07-17 17:05:46 -04:00
parent 34d93ebe01
commit 7fa9aefa5c

View File

@@ -5,7 +5,7 @@
"main": "dist/collection/collection-manifest.json",
"scripts": {
"build": "npm run copy.vendor && stencil build --prod",
"dev": "concurrently --raw \"stencil build --watch --debug\" \"stencil-dev-server\"",
"dev": "concurrently --raw \"stencil build --watch\" \"stencil-dev-server\"",
"copy.vendor": "mkdir -p ./dist/collection/vendor && cp -Rf ./src/vendor ./dist/collection",
"link.stencil": "npm link @stencil/core",
"test": "jest"