mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 22:48:28 +02:00
Clean up
This commit is contained in:
parent
830e319e28
commit
8f31cd5980
13 changed files with 403 additions and 78879 deletions
|
@ -10,16 +10,16 @@
|
|||
"actions",
|
||||
"setup"
|
||||
],
|
||||
"homepage": "https://bun.sh",
|
||||
"main": "dist/action.js",
|
||||
"homepage": "https://bun.sh/",
|
||||
"main": "dist/index.js",
|
||||
"repository": "git@github.com:oven-sh/setup-bun.git",
|
||||
"bugs": "https://github.com/oven-sh/setup-bun/issues",
|
||||
"license": "MIT",
|
||||
"author": "xHyroM",
|
||||
"scripts": {
|
||||
"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"
|
||||
"build": "esbuild --target=node20 --outdir=dist --bundle --minify --platform=node --format=cjs src/index.ts",
|
||||
"start": "npm run build && node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.1.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue