From 4d2885bdd5c44a81444430d7802a7d4e5fec89f1 Mon Sep 17 00:00:00 2001 From: portree_kid Date: Wed, 4 Mar 2020 16:01:09 +0100 Subject: [PATCH] remove lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7ca8c2..5f683c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js", "test": "npm run unit && npm run e2e", "unit": "karma start test/unit/karma.conf.js", - "postinstall": "npm run lint:fix" + "postinstall": "" }, "build": { "productName": "flightgear-airports",