fix: applied shebang to wrong file

This commit is contained in:
2023-07-19 23:20:01 -05:00
parent d249b02def
commit 7df811852d
3 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"prettier": "prettier --write .",
"build": "npm run prettier && tsc && echo \"#!/usr/bin/env node\n$(cat lib/build.js)\" > lib/build.js",
"build": "npm run prettier && tsc && echo \"#!/usr/bin/env node\n$(cat lib/main.js)\" > lib/main.js",
"test": "node ./test/test.mjs"
},
"repository": {