Skip to content

Commit 3781508

Browse files
committed
chore: specify es2022 target for ncc build
Signed-off-by: Rui Chen <[email protected]>
1 parent 21cde69 commit 3781508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",
77
"scripts": {
8-
"build": "ncc build src/main.ts --minify",
8+
"build": "ncc build src/main.ts --minify --target es2022",
99
"build-debug": "ncc build src/main.ts --v8-cache --source-map",
1010
"typecheck": "tsc --noEmit",
1111
"test": "vitest --coverage",

0 commit comments

Comments
 (0)