Skip to content

Commit

Permalink
[Publish] Remove --force option from npm i in macOS_build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Aug 6, 2024
1 parent 02b56d8 commit 96e599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/macOS_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fi

echo ------------------------ Build the Web Client ------------------------
cd client || exit
npm i --force
npm i
npm run build
cd ..

Expand Down

0 comments on commit 96e599c

Please sign in to comment.