This commit is contained in:
Dylan Pizzo
2025-02-25 20:13:55 -08:00
parent bd1ef4a08c
commit 5fb6acbb41
8 changed files with 14 additions and 59 deletions

View File

@@ -8,14 +8,13 @@
"./dist"
],
"bin": {
"codegen": "./dist/bin/codegen.js"
"codegen": "cat dist/bin/codegen.js"
},
"publishConfig": {
"registry": "https://npm.dylanpizzo.dev"
},
"scripts": {
"dev-watch": "tsx scripts/watch.ts",
"prod-build": "tsc && tsx scripts/build.ts",
"prod-build": "tsc",
"prepublishOnly": "npm run prod-build",
"test": "echo \"Error: no test specified\" && exit 1"
},