Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed Jan 3, 2024
1 parent da6ae11 commit 7234a0b
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 @@ -46,7 +46,7 @@
"scripts": {
"dev": "vite",
"lint": "eslint src",
"test": "vitest --no-threads --no-isolate",
"test": "vitest",
"build": "vite build && tsc --project tsconfig.build.json",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"release": "bumpp package.json --commit \"release: v%s\" --push --all --tag"
Expand Down

0 comments on commit 7234a0b

Please sign in to comment.