Skip to content

Commit fef8c12

Browse files
committed
fix: Fixed CI.
1 parent 787940c commit fef8c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install
3737
- name: Build
38-
run: npm build
38+
run: pnpm run build
3939
- name: Run Tests
40-
run: npm run ci
40+
run: pnpm run ci

0 commit comments

Comments
 (0)