Skip to content

Commit

Permalink
add desktop dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 5, 2020
1 parent 290525b commit b5c9f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"yarn": ">= 0.18.0"
},
"scripts": {
"desktop": "cd packages/insights-desktop && yarn run start",
"init": "rm -rf .insights && ./packages/insights/bin/insights-init --dev",
"init-no-login": "rm -rf .insights && ./packages/insights/bin/insights-init --dev --no-login",
"start": "concurrently --kill-others \"yarn run start-api\" \"yarn run start-web\" \"yarn run start-charts\"",
Expand Down

0 comments on commit b5c9f53

Please sign in to comment.