Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
fix prestart
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Lied Johansen <[email protected]>
  • Loading branch information
sechmann and mortenlj committed Jun 9, 2022
1 parent e5dfe2e commit b18e9ca
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 @@ -10,7 +10,7 @@
"test": "CI=true yarn workspaces run test",
"start-watch": "NODE_ENV=development nodemon bin/www",
"offline": "yarn workspace nais-deploy-frontend run offline",
"prestart": "cp -R packages/frontend/build dist",
"prestart": "mkdir -p dist && cp -R packages/frontend/build/* dist/",
"start": "node ./bin/www",
"prepare": "husky install"
},
Expand Down

0 comments on commit b18e9ca

Please sign in to comment.