Skip to content

Commit

Permalink
Specify the css module name when copying.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed May 28, 2020
1 parent 65425e8 commit 83949a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-ui": "cd ui && yarn install && yarn build",
"cypress-open": "cd proxy && yarn cypress-open",
"cypress-run": "cd proxy && yarn cypress-run",
"copy-build": "mkdir -p build && cp -R root/dist/* build/ && cp -R legacy/dist/assets build/ && cp ui/dist/static/css/*.css.map build/assets/css/ui.css.map && cp ui/dist/static/css/*.css build/assets/css/ui.css",
"copy-build": "mkdir -p build && cp -R root/dist/* build/ && cp -R legacy/dist/assets build/ && cp ui/dist/static/css/main.*.css.map build/assets/css/ui.css.map && cp ui/dist/static/css/main.*.css build/assets/css/ui.css",
"release": "cd ui && yarn run release",
"serve": "cd proxy && yarn start",
"start": "yarn serve",
Expand Down

0 comments on commit 83949a7

Please sign in to comment.