mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix temporary setup and format
This commit is contained in:
parent
46f91276c2
commit
2f01b26339
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -51,7 +51,7 @@ export function setup() {
|
|||
"settings",
|
||||
{
|
||||
...defaults,
|
||||
doneSetup: true
|
||||
doneSetup: false
|
||||
},
|
||||
function (error) {
|
||||
if (error) throw error;
|
||||
|
|
Loading…
Reference in a new issue