Skip to content

Commit 70da4ae

Browse files
committed
Run install scripts in CI
1 parent 2ede42d commit 70da4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install Dependencies
25-
run: npm install --ignore-scripts
25+
run: npm install
2626
- name: Test
2727
run: npm run test

0 commit comments

Comments
 (0)