chore: fix git
This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
||||
NPM_TOKEN: ${{ secrets.REGISTRY_PASS }}
|
||||
|
||||
- name: 🔍 Lint
|
||||
run: npm run lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: 🏗️ Typecheck
|
||||
run: npm run typecheck
|
||||
run: pnpm typecheck
|
||||
|
||||
- name: 🧪 Test
|
||||
run: npm run test
|
||||
run: pnpm test
|
||||
|
||||
Reference in New Issue
Block a user