We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d96b0d commit c24ba0eCopy full SHA for c24ba0e
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: '20'
17
registry-url: 'https://registry.npmjs.org'
18
19
- - run: npm ci
+ - run: npm install
20
- run: npm run build
21
- run: npm publish
22
env:
0 commit comments