We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4c2a7 + 6c5dc59 commit f135af4Copy full SHA for f135af4
functions/package.json
@@ -11,7 +11,7 @@
11
},
12
"scripts": {
13
"build": "npm run clean && concurrently npm:build:*",
14
- "build:index": "cpx \"../dist/*.html\" dist",
+ "build:index": "cpx \"../dist/*.html\" dist --verbose",
15
"build:src": "tsc",
16
"clean": "rm -rf dist",
17
"start": "npm run clean && concurrently --kill-others npm:start:*",
0 commit comments