We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb8503 commit c5a9871Copy full SHA for c5a9871
.github/workflows/nodejs.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: npm install, build, and test
23
run: |
24
- npm ci
+ npm ci --ignore-scripts
25
npm run build --if-present
26
npm test
27
env:
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
registry-url: 'https://registry.npmjs.org'
31
32
- run: |
33
34
35
if: ${{ steps.release.outputs.release_created }}
36
0 commit comments