Skip to content

Commit c1293dd

Browse files
authored
ci(ci): ignore scripts (#267)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 3ba7f29 commit c1293dd

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
@@ -41,7 +41,7 @@ jobs:
4141
node-version: ${{ matrix.node-version }}
4242

4343
- name: Install dependencies
44-
run: pnpm install
44+
run: pnpm install --ignore-scripts
4545

4646
- name: Run tests
4747
run: pnpm test

0 commit comments

Comments
 (0)