We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5ca57 commit 8044561Copy full SHA for 8044561
1 file changed
.github/workflows/npm.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
node-version: 20
17
registry-url: https://registry.npmjs.org/
18
+ - run: npm install
19
- run: npm ci --ignore-scripts
20
- run: npm publish --access public
21
env:
0 commit comments