Skip to content

Commit 21ff427

Browse files
committedJun 13, 2023
check
1 parent b79be69 commit 21ff427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
registry-url: "https://registry.npmjs.org"
1818
cache: "npm"
1919
cache-dependency-path: "**/package-lock.json"
20-
- run: npm install
20+
- run: npm ci
2121
- run: npm run build
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.