Skip to content

Commit e0669f2

Browse files
committed
use npm so pre hooks work maybe
1 parent bc1004d commit e0669f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: pnpm -r i
3535
- name: Build side-runner and selenium-ide
36-
run: pnpm run build
36+
run: npm run build
3737
- name: Run all tests
38-
run: pnpm run test
38+
run: npm run test

0 commit comments

Comments
 (0)