mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 14:38:26 +02:00
Add revision support
This commit is contained in:
parent
5254461333
commit
dc4f4e07fd
5 changed files with 62 additions and 65 deletions
|
@ -17,7 +17,7 @@
|
|||
"license": "MIT",
|
||||
"author": "xHyroM",
|
||||
"scripts": {
|
||||
"format": "prettier --write src",
|
||||
"format": "prettier --write src *.yml *.json *.md",
|
||||
"build": "esbuild --target=node16 --outdir=dist --bundle --platform=node --format=cjs src/action.ts",
|
||||
"start": "bun run build && node dist/action.js"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue