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 b79be69 commit 21ff427Copy full SHA for 21ff427
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
17
registry-url: "https://registry.npmjs.org"
18
cache: "npm"
19
cache-dependency-path: "**/package-lock.json"
20
- - run: npm install
+ - run: npm ci
21
- run: npm run build
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments