mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): remove debug statement
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user