wip
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user