Skip to content

Commit c32d3e0

Browse files
committed
use npm ci instead of install
1 parent 8ef3fe7 commit c32d3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ createBranch() {
5050
}
5151

5252
npmInstall() {
53-
npm install || exit 1
53+
npm ci || exit 1
5454
}
5555

5656
commitIgnoredFiles() {

0 commit comments

Comments
 (0)