Skip to content

Commit 95530a6

Browse files
committed
chore: add "test" script
1 parent 82474b7 commit 95530a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"scripts": {
2222
"dev": "rimraf dist && tsup --sourcemap --watch",
2323
"build": "rimraf dist && tsup",
24-
"lint": "tsc -p . --outDir node_modules/.tmp"
24+
"lint": "tsc -p . --outDir node_modules/.tmp",
25+
"test": "vitest"
2526
},
2627
"devDependencies": {
2728
"@alloc/prettier-config": "^1.0.0",

0 commit comments

Comments
 (0)