mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-23 14:58:26 +02:00
Use bun's bundler instead of node_modules
This commit is contained in:
parent
4573031972
commit
5a4722c39d
6 changed files with 51918 additions and 121 deletions
|
@ -19,7 +19,7 @@
|
|||
"author": "xHyroM",
|
||||
"scripts": {
|
||||
"format": "prettier --write src",
|
||||
"build": "tsc -p .",
|
||||
"build": "bun build src/action.ts --outdir dist --target=node",
|
||||
"start": "ts-node-esm src/action.ts",
|
||||
"start:dist": "node dist/action.js"
|
||||
},
|
||||
|
@ -33,11 +33,11 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.8.4",
|
||||
"typescript": "^4.9.5",
|
||||
"ts-node": "^10.9.1",
|
||||
"esbuild": "^0.17.10"
|
||||
"typescript": "^4.9.5",
|
||||
"bun": "^0.6.0-canary"
|
||||
},
|
||||
"prettier": {
|
||||
"quoteProps": "preserve"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue