Run Astro quietly
This commit is contained in:
parent
f4f0ab67d9
commit
9fe6e66df0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "",
|
||||
"main": "./electron/index.js",
|
||||
"scripts": {
|
||||
"start": "concurrently \"astro dev\" \"wait-on http://localhost:1567 && NODE_ENV=development electron .\"",
|
||||
"start": "concurrently \"astro dev --silent\" \"wait-on http://localhost:1567 && NODE_ENV=development electron .\"",
|
||||
"build": "astro build && NODE_ENV=production node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
|
||||
},
|
||||
"author": "SudoVanilla",
|
||||
|
|
Reference in a new issue