We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm ci
1 parent a6b6945 commit 2886d4dCopy full SHA for 2886d4d
2 files changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: '20'
20
21
- name: Install dependencies
22
- run: npm install
+ run: npm ci
23
24
- name: Build
25
run: npm run build
stage.sh
@@ -26,7 +26,7 @@ if [ "$CURR_HASH" != "$LAST_HASH" ]; then
26
27
rm -rf ./dist/
28
29
- npm install
+ npm ci
30
npm run lint
31
32
rm -rf $OUTPUT_DIR
0 commit comments