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 9cb4b0c commit f60ae21Copy full SHA for f60ae21
.github/workflows/publish_npm.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 16.x
15
cache: 'npm'
16
- - run: npm
+ - run: npm ci
17
- run: npm test
18
19
publish:
0 commit comments