Skip to content

Commit 155871c

Browse files
committed
Stop using redundant strip types flag from CLI dev script
1 parent 4e08976 commit 155871c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"scripts": {
2929
"build": "tsdown",
30-
"dev": "NPMX_CLI_DEV=true node --experimental-strip-types src/cli.ts",
30+
"dev": "NPMX_CLI_DEV=true node src/cli.ts",
3131
"test:types": "tsc --noEmit"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)