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 a087381 commit 28fa18dCopy full SHA for 28fa18d
package.json
@@ -4,7 +4,7 @@
4
"description": "Add & commit files from a path directly from GitHub Actions",
5
"main": "lib/index.js",
6
"scripts": {
7
- "build": "ncc build src/main.ts --minify --out lib",
+ "build": "ncc build src/main.ts --out lib",
8
"watch": "ncc build src/main.ts --watch --out lib",
9
"lint:fix": "eslint --ext .ts --fix src",
10
"all-contributors-badge": "ts-node scripts/all-contributors-badge",
0 commit comments