Skip to content

Commit

Permalink
chore: remove print labels flag in npm start command
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 30, 2024
1 parent b75ee0c commit 36cd30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"postinstall": "patch-package",
"prepare": "husky",
"start": "npm-run-all --print-label intl:translations forge:start",
"start": "npm-run-all intl:translations forge:start",
"forge:start": "electron-forge start",
"forge:package": "electron-forge package",
"forge:make": "electron-forge make",
Expand Down

0 comments on commit 36cd30b

Please sign in to comment.