Skip to content

Commit f135af4

Browse files
authored
Merge pull request #2369 from gdg-x/functions-index
Log when functions copy index.html
2 parents 5a4c2a7 + 6c5dc59 commit f135af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"scripts": {
1313
"build": "npm run clean && concurrently npm:build:*",
14-
"build:index": "cpx \"../dist/*.html\" dist",
14+
"build:index": "cpx \"../dist/*.html\" dist --verbose",
1515
"build:src": "tsc",
1616
"clean": "rm -rf dist",
1717
"start": "npm run clean && concurrently --kill-others npm:start:*",

0 commit comments

Comments
 (0)