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 6d40047 commit 369f404Copy full SHA for 369f404
package.json
@@ -5,7 +5,7 @@
5
"description": "Add & commit files from a path directly from GitHub Actions",
6
"main": "lib/index.js",
7
"scripts": {
8
- "build": "ncc build src/main.ts --minify --out lib",
+ "build": "ncc build src/main.ts --out lib",
9
"watch": "ncc build src/main.ts --watch --out lib",
10
"lint": "eslint --ext .ts src",
11
"lint:fix": "eslint --ext .ts --fix src",
0 commit comments