deps: use esbuild
This commit is contained in:
parent
8cf2a1296e
commit
c2eddb6989
17480
dist/index.js
vendored
17480
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
|
@ -13,7 +13,7 @@
|
|||
"simple-get": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"esbuild": "^0.15.13",
|
||||
"standard": "^17.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/goto-bus-stop/setup-zig",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"url": "https://github.com/goto-bus-stop/setup-zig.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "ncc build index.js -o dist",
|
||||
"prepare": "esbuild index.js --outdir=dist --bundle --platform=node",
|
||||
"test": "standard && node test"
|
||||
},
|
||||
"standard": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user