Skip to content

Commit 96e599c

Browse files
committed
[Publish] Remove --force option from npm i in macOS_build.sh.
1 parent 02b56d8 commit 96e599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/macOS_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
echo ------------------------ Build the Web Client ------------------------
3434
cd client || exit
35-
npm i --force
35+
npm i
3636
npm run build
3737
cd ..
3838

0 commit comments

Comments
 (0)