Skip to content

Commit 6409480

Browse files
committed
fix: fixed ci
1 parent 57d6b35 commit 6409480

File tree

3 files changed

+1124
-2593
lines changed

3 files changed

+1124
-2593
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
31+
run: npm ci --ignore-scripts
3232
- name: Build
3333
run: npm run build
3434
- name: Test On Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)