Skip to content

Commit 90abc2d

Browse files
committed
💚 Remove --ignore-scripts
1 parent 12f7bdf commit 90abc2d

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
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
cache: pnpm
2424
- name: Install dependencies
25-
run: pnpm install --ignore-scripts
25+
run: pnpm install
2626

2727
- name: Build and test
2828
run: |

0 commit comments

Comments
 (0)