Skip to content

Commit 21ff427

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)