fix: ensure node shebang is preserved in dev binary

This commit is contained in:
2026-02-08 10:39:19 +01:00
parent 5847bc5795
commit b6debcbb59
2 changed files with 13 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"mintel": "./dist/index.js"
},
"scripts": {
"build": "tsup src/index.ts --format esm --target es2020",
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsup src/index.ts --format esm --watch --target es2020",
"test": "vitest run"
@@ -28,4 +28,4 @@
"@types/prompts": "^2.4.4",
"@mintel/tsconfig": "workspace:*"
}
}
}