Skip to content

Commit c99fc0d

Browse files
authored
use npm ci to replace npm install (#810)
1 parent 7154898 commit c99fc0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildtools/publish.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ if [ ! -s CHANGELOG.md ]; then
114114
fi
115115
echo "Made sure there is a changelog."
116116

117-
echo "Running npm install..."
118-
npm install
119-
echo "Ran npm install."
117+
echo "Running npm ci..."
118+
npm ci
119+
echo "Ran npm ci."
120120

121121
CURRENT_VERSION=$(jq -r ".version" package.json)
122122
echo "Making a $VERSION version..."

0 commit comments

Comments
 (0)