Skip to content

Commit 4c545ba

Browse files
authored
chore: remove redundant strip types flag from cli dev command (#653)
1 parent b9958ba commit 4c545ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cli/package.json

Lines changed: 4 additions & 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": {
@@ -45,5 +45,8 @@
4545
"@types/validate-npm-package-name": "4.0.2",
4646
"tsdown": "0.20.1",
4747
"typescript": "5.9.3"
48+
},
49+
"engines": {
50+
"node": ">=24"
4851
}
4952
}

0 commit comments

Comments
 (0)