mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-06-30 04:55:09 +00:00
Merge pull request #311 from crazy-max/fix-esbuild-keep-names
preserve names in esbuild bundle
This commit is contained in:
commit
0a38f1f6d4
3 changed files with 98 additions and 98 deletions
190
dist/index.cjs
generated
vendored
190
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 && yarn run license",
|
||||
"build": "esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs --sourcemap --minify --keep-names && yarn run license",
|
||||
"lint": "eslint --max-warnings=0 .",
|
||||
"format": "eslint --fix .",
|
||||
"test": "vitest run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue