Skip to content

Commit

Permalink
Change test script: "vitest run" => "vitest"
Browse files Browse the repository at this point in the history
  • Loading branch information
trpfrog committed Oct 18, 2024
1 parent e94670e commit 74ba002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/trpfrog.net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "prisma generate && next build",
"start": "next start",
"storybook": "storybook dev -p 6006",
"test": "vitest run",
"test": "vitest",
"build-storybook": "storybook build",
"lint-fix": "eslint . --fix",
"check-unused": "ts-remove-unused --skip '.*\\.(test|spec|stories)\\.tsx?' --skip '(\\.next|\\.config\\.[jt]sx?|\\/article\\-parts\\/)' --skip '(layout|page|loading|not-found|error|global-error|route|template|default|mdx-components|middleware).[jt]sx?' --check"
Expand Down
2 changes: 1 addition & 1 deletion packages/posts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "vitest run",
"test": "vitest",
"lint-fix": "eslint . --fix"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"test": "vitest run",
"test": "vitest",
"lint-fix": "eslint . --fix"
},
"dependencies": {
Expand Down

0 comments on commit 74ba002

Please sign in to comment.