Skip to content

Commit

Permalink
Make sure that the production build uses the current lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertbates committed Jun 19, 2024
1 parent f08b685 commit 9f43c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ yarn test
yarn bundle

cp package.json dist
cp yarn.lock dist

cd dist

yarn install --production
yarn install --production --frozen-lockfile

zip -FSr "${ROOT_DIR}/manage-frontend.zip" ./*

0 comments on commit 9f43c76

Please sign in to comment.