Skip to content

Commit 94af002

Browse files
committed
Fix publish to NPM
1 parent 7d4f154 commit 94af002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 16
1616
registry-url: https://registry.npmjs.org/
17-
- run: npm ci
17+
- run: npm install
1818
- run: npm run build
1919
- run: npm publish --access public
2020
env:

0 commit comments

Comments
 (0)