Skip to content

Commit f40eabf

Browse files
committed
Ignore postinstall script in ci
1 parent 55e9882 commit f40eabf

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
@@ -13,5 +13,5 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 12
16-
- run: npm ci
16+
- run: npm ci --ignore-scripts
1717
- run: npm run build

0 commit comments

Comments
 (0)