chore: specify es2022 target for ncc build

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-06-09 20:57:27 -04:00
parent 21cde69a91
commit 378150862b
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -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",