Skip to content

Commit

Permalink
test: test
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Jan 20, 2025
1 parent 20f5a5b commit 6fdff96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"lint": "biome lint . --diagnostic-level=error",
"prepare": "pnpm run build && husky",
"test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm run ut",
"test:all": "node -v && pnpm run test && pnpm run e2e",
"test:all": "pnpm run test && pnpm run e2e",
"sort-package-json": "npx sort-package-json \"packages/*/package.json\"",
"ut": "vitest run",
"ut": "node -v && vitest run",
"ut:watch": "vitest"
},
"nano-staged": {
Expand Down

0 comments on commit 6fdff96

Please sign in to comment.