We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dbde0 commit aa7e2bfCopy full SHA for aa7e2bf
package.json
@@ -9,6 +9,7 @@
9
"start": "webpack --config ./webpack.main.js --mode development && concurrently \"npm:watch\" \"electron ./build/main.js\"",
10
"clean": "rm -rf node_modules build dist",
11
"lint": "eslint . && flow",
12
+ "lint-fix": "eslint . --fix",
13
"build": "webpack --config ./webpack.main.js --mode production && webpack --config ./webpack.renderer.js --mode production",
14
"dist": "npm run build && electron-builder",
15
"postinstall": "patch-package",
0 commit comments