diff --git a/package.json b/package.json index e313ed9..95f7bb3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./out/main/index.js", "scripts": { "dev": "yarn write:configs && yarn pouch:unpack && yarn create:icons && electron-vite dev", - "setup": "yarn && yarn fetch:binaries", + "setup": "yarn && yarn fetch:binaries && yarn write:configs", "typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false", "typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false", "typecheck": "yarn typecheck:node && yarn typecheck:web",