Skip to content

Commit

Permalink
fix: postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
timrbula committed Sep 22, 2022
1 parent d4fbaaf commit d35806f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"sideEffects": false,
"scripts": {
"analyze": "source-map-explorer build/static/js/*.js",
"build": "react-scripts build",
"build": "react-scripts build && ncp build server/build",
"build:rewriteAssetPaths": "cross-env APP_ROOT=/local node server/scripts/rewriteAssetPaths.js",
"postbuild": "ncp build server/build",
"cm": "git cz",
"cypress": "cypress open",
"docker": "cross-env NODE_ENV=test run-s docker:build docker:run",
Expand Down

0 comments on commit d35806f

Please sign in to comment.