Skip to content

Commit 9d86b07

Browse files
Removing ignore scripts
1 parent 83401e8 commit 9d86b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
- name: npm install, build, and test
2525
run: |
26-
npm ci --ignore-scripts
26+
npm ci
2727
npm run build --if-present
2828
npm test
2929
env:

0 commit comments

Comments
 (0)