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 2c336e6 commit 0db5303Copy full SHA for 0db5303
package.json
@@ -4,7 +4,7 @@
4
"description": "An action that allows you to check whether your npm package version has been updated",
5
"main": "lib/main.js",
6
"scripts": {
7
- "build": "npm i && ncc build src/main.ts --minify --out lib",
+ "build": "npm i && ncc build src/main.ts --out lib",
8
"watch": "ncc build src/main.ts --watch --out lib",
9
"lint": "eslint ./src --ext ts && echo 'Lint complete.'",
10
"lintfix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
0 commit comments