Skip to content

Commit 67a655d

Browse files
committed
fix: remove --experimental-strip-types
1 parent 6003083 commit 67a655d

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
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"lint": "oxlint",
3636
"pretest": "npm run lint -- --fix",
37-
"test": "node --test --experimental-strip-types",
37+
"test": "node --test",
3838
"preci": "npm run lint",
3939
"ci": "npm run prepublishOnly && npm run postversion",
4040
"postversion": "npm run prepublishOnly && node dist/bin.js && git add jsr.json",

0 commit comments

Comments
 (0)