mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-06-27 22:06:03 +00:00
chore: specify es2022 target for ncc build
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
21cde69a91
commit
378150862b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": "GitHub Action for creating GitHub Releases",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts --minify",
|
||||
"build": "ncc build src/main.ts --minify --target es2022",
|
||||
"build-debug": "ncc build src/main.ts --v8-cache --source-map",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest --coverage",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue