Skip to content

Commit d6016b8

Browse files
committed
chore(pkg): cleanup test command
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 9cbd061 commit d6016b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"prepublishOnly": "toggle-scripts -prepack",
7474
"recommended-bump": "conventional-recommended-bump --preset=conventionalcommits --tag-prefix=$(jq .tagPrefix package.json -r) --verbose",
7575
"release": "bash ./scripts/release.sh",
76-
"test": "NODE_ENV=test ts-node ./node_modules/.bin/vitest run",
76+
"test": "vitest run",
7777
"test:cov": "yarn test --coverage",
7878
"test:watch": "vitest"
7979
},

0 commit comments

Comments
 (0)