feat: Add some compiling
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
All checks were successful
Label PRs based on size / Check PR size (pull_request) Successful in 5s
This commit is contained in:
parent
8bfcadd11f
commit
81ee09b42f
2 changed files with 111 additions and 56 deletions
11
package.json
11
package.json
|
@ -3,6 +3,17 @@
|
|||
"version": "0.2.1",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"pcli": "./dist/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun build index.ts --outfile dist/index.js --target node",
|
||||
"dev": "bun run index.ts",
|
||||
"prepublishOnly": "bun run build"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue