We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787940c commit fef8c12Copy full SHA for fef8c12
.github/workflows/ci.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Install dependencies
36
run: pnpm install
37
- name: Build
38
- run: npm build
+ run: pnpm run build
39
- name: Run Tests
40
- run: npm run ci
+ run: pnpm run ci
0 commit comments