We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45cb39 commit 5b4c2c7Copy full SHA for 5b4c2c7
package.json
@@ -7,7 +7,7 @@
7
"build": "turbo run build",
8
"watch": "turbo run watch build",
9
"lint": "turbo run lint",
10
- "test": "turbo run test",
+ "test": "vitest run",
11
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
12
"pr": "gh pr create --fill-first --base dev",
13
"merge-main": "gh pr create --title \"merge dev to main\" --body \"\" --base main --head dev",
0 commit comments