We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a56949 commit 45261d1Copy full SHA for 45261d1
stories/package.json
@@ -15,7 +15,7 @@
15
"prod:server": "browser-sync dist --no-open --no-notify --no-ghost-mode",
16
"build:pre:js": "rollup -c --environment NODE_ENV:production",
17
"build:pre:css": "postcss app/css/index.css -o dist/bundle.css",
18
- "build:post:copy": "cp app/{index.html,favicon.ico,favicon.svg} dist/",
+ "build:post:copy": "cp app/index.html dist/ && cp app/favicon.ico dist/ && cp app/favicon.svg dist/",
19
"build": "rm -rf dist && concurrently npm:build:pre:* && concurrently npm:build:post:*",
20
"start": "concurrently --kill-others npm:dev:*",
21
"production": "npm run build && npm run prod:server"
0 commit comments