Skip to content

Commit 4f26bac

Browse files
committed
use ts-node without watch for testing
1 parent 4dee45a commit 4f26bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"release": "npm run lint && npm run build && changeset publish",
1010
"build": "tsup ./src",
1111
"lint": "biome check --apply .",
12-
"test": "tsnd test/index.ts",
12+
"test": "ts-node test/index.ts",
1313
"prepare": "husky"
1414
},
1515
"engines": {

0 commit comments

Comments
 (0)