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 fc0a77b commit e49d842Copy full SHA for e49d842
package.json
@@ -7,7 +7,7 @@
7
"build": "ncc build src/main.ts --minify --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.\"",
+ "lint:fix": "eslint ./src --ext ts --fix && echo \"Lint & fix complete.\"",
11
"prepare": "husky",
12
"test": "echo \"Error: no test specified\" && exit 1"
13
},
0 commit comments