Skip to content

Commit 583939f

Browse files
committed
Revert "fix: fixed ci"
This reverts commit 6409480.
1 parent 17e059b commit 583939f

File tree

3 files changed

+2582
-1113
lines changed

3 files changed

+2582
-1113
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'
3030
- name: Install dependencies
31-
run: npm ci --ignore-scripts
31+
run: npm ci
3232
- name: Build
3333
run: npm run build
3434
- name: Test On Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)