We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef3fe7 commit c32d3e0Copy full SHA for c32d3e0
scripts/pub.sh
@@ -50,7 +50,7 @@ createBranch() {
50
}
51
52
npmInstall() {
53
- npm install || exit 1
+ npm ci || exit 1
54
55
56
commitIgnoredFiles() {
0 commit comments