From 91084383750416906cc20265e5c2a50f754df8ed Mon Sep 17 00:00:00 2001 From: L&H Date: Tue, 26 Dec 2023 11:29:09 +0800 Subject: [PATCH] chore: update test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18329a0..1771181 100644 --- a/package.json +++ b/package.json @@ -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"