Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqours committed Nov 10, 2023
1 parent 578b4e1 commit b02b188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"prepare": "node ./.husky/setup.js",
"husky:pre-commit": "lint-staged",
"husky:commit-msg": "commitlint --edit ${1}",
"test": "pnpm run eslint && pnpm run tscheck",
"test": "pnpm run build:references && pnpm run eslint && pnpm run tscheck",
"eslint": "eslint '**/*.{js,jsx,ts,tsx}' --quiet",
"build:references": "tsc --build",
"tscheck": "pnpm -r --parallel exec tsc --noEmit",
"tscheck:whole": "tsc --noEmit"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}
},
"compilerOptions": {
"outDir": ".ts-build",
"composite": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit b02b188

Please sign in to comment.