We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181202d commit 22053b6Copy full SHA for 22053b6
.github/workflows/npm-publish.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
node-version: 16
28
registry-url: https://registry.npmjs.org/
29
+ - run: npm ci --ignore-scripts
30
- run: npm run build
31
- run: cp LICENSE dist/LICENSE
32
- run: cp README.md dist/README.md
0 commit comments