Skip to content

Commit

Permalink
chore(workspace): add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 6, 2024
1 parent a0cd4de commit b606e64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"docs:dev": "corepack pnpm -rF @xsai/docs dev",
"docs:generate-files": "corepack pnpm -rF @xsai/docs generate-files",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix"
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"test": "corepack pnpm -r --workspace-concurrency=1 test"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
Expand Down

0 comments on commit b606e64

Please sign in to comment.