mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-07-04 04:02:51 +08:00
Compare commits
No commits in common. "bed9a68598762c1a47e745eb5edc904490f2411b" and "c887d9748da14dcb42b11cf8bcc773b301ea55b5" have entirely different histories.
bed9a68598
...
c887d9748d
312
dist/index.cjs
generated
vendored
312
dist/index.cjs
generated
vendored
File diff suppressed because one or more lines are too long
4
dist/index.cjs.map
generated
vendored
4
dist/index.cjs.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
"type": "module",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify --keep-names && yarn run license",
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify && yarn run license",
|
||||
"lint": "eslint --max-warnings=0 .",
|
||||
"format": "eslint --fix .",
|
||||
"test": "vitest run",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user