Skip to content

Commit 2cc6cac

Browse files
committed
test ci
1 parent 0beadf2 commit 2cc6cac

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
cache: 'npm'
2121

2222
- name: Install dependencies
23-
run: |
24-
npm install -g node-gyp
25-
npm ci --ignore-scripts
26-
npm rebuild
23+
run: npm ci --ignore-scripts
24+
25+
- name: Apply patches
26+
run: npm run prepare
27+
28+
- name: Rebuild
29+
run: npm run rebuild
2730

2831
- name: Run linting
2932
run: npm run lint

0 commit comments

Comments
 (0)