Fix temporary setup and format

This commit is contained in:
smartfrigde 2022-03-05 18:04:27 +01:00
parent 46f91276c2
commit 2f01b26339
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"watch": "tsc -w",
"start": "npm run build && electron ./ts-out/main.js",
"package": "npm run build && electron-builder",
"format": "prettier --write **/*",
"format": "prettier --write src/**/*",
"postinstall": "husky install"
},
"repository": {

View File

@ -51,7 +51,7 @@ export function setup() {
"settings",
{
...defaults,
doneSetup: true
doneSetup: false
},
function (error) {
if (error) throw error;