Skip to content

Commit

Permalink
chore(actions): fix test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Nov 21, 2024
1 parent 91602c8 commit 7bce885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Lint 🔍
run: pnpm run lint
- name: Prettier 🔍
run: pnpm run prettycheck
- name: TypeScript 🔍
run: pnpm run typecheck
run: pnpm run check
- name: Vitest 🔍
run: pnpm run spec
build:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"prettify": "prettier --write src/ test/",
"lint": "eslint src/ test/",
"spec": "jest",
"prettycheck": "prettier --check src/ test/",
"check": "tsc --noEmit",
"test": "npm run typecheck && npm run spec && npm run lint && npm run prettycheck",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 7bce885

Please sign in to comment.