Skip to content

Commit

Permalink
chore: update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Dec 26, 2023
1 parent a0fa211 commit 9108438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepare": "node ./.husky/setup.js",
"husky:pre-commit": "lint-staged",
"husky:commit-msg": "commitlint --edit ${1}",
"test": "pnpm run build:references && pnpm run eslint && pnpm run tscheck",
"test": "pnpm run tscheck && pnpm run eslint",
"eslint": "eslint '**/*.{js,jsx,ts,tsx,vue}' --quiet",
"build:references": "tsc --build",
"tscheck": "pnpm -r --parallel exec tsc --noEmit"
Expand Down

0 comments on commit 9108438

Please sign in to comment.