We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cde69 commit 3781508Copy full SHA for 3781508
package.json
@@ -5,7 +5,7 @@
5
"description": "GitHub Action for creating GitHub Releases",
6
"main": "lib/main.js",
7
"scripts": {
8
- "build": "ncc build src/main.ts --minify",
+ "build": "ncc build src/main.ts --minify --target es2022",
9
"build-debug": "ncc build src/main.ts --v8-cache --source-map",
10
"typecheck": "tsc --noEmit",
11
"test": "vitest --coverage",
0 commit comments