mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-24 23:38:27 +02:00
upd
This commit is contained in:
parent
642432120d
commit
a9581694c4
3 changed files with 42 additions and 4 deletions
|
@ -19,7 +19,6 @@
|
|||
"scripts": {
|
||||
"format": "prettier --write src *.yml *.json *.md",
|
||||
"build": "esbuild --target=node20 --outfile=dist/setup/index.js --bundle --minify --platform=node --format=cjs src/index.ts && esbuild --target=node20 --outfile=dist/cache-save/index.js --bundle --minify --platform=node --format=cjs src/cache-save.ts",
|
||||
"preversion": "npm run format && npm run build && git add .",
|
||||
"start": "npm run build && node dist/setup/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue