Skip to content

Commit 3c7f36e

Browse files
committed
ci: the --ignore-scripts option disables the sqlite3 install script.
Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
1 parent 8e1bb34 commit 3c7f36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939
- name: Install dependencies
40-
run: npm ci --ignore-scripts
40+
run: npm ci
4141
- name: Build
4242
run: node packages/build/bin/compile-package -b
4343
- name: Run package tests

0 commit comments

Comments
 (0)