Skip to content

Commit

Permalink
Update yarn reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmorais committed Apr 3, 2019
1 parent 7869bf4 commit 12887ce
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 102 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pack-asar": "./node_modules/.bin/asar pack mdyna app.asar",
"pack-build": "yarn build-dist && yarn copy-package-files",
"publish-app": "yarn build-dist --publish always",
"reset": "rm -rf ./node_modules && yarn install",
"reset": "yarn && cd app && yarn",
"start": "rm -rf ./dist && export NODE_ENV=DEV && concurrently \"webpack-dev-server --hot --inline\" \"sleep 2 && electron ./main.js\"",
"start-electron": "yarn build-electron && export NODE_ENV=PROD && electron --debug ./main.js",
"test": "lint-staged",
Expand Down
Loading

0 comments on commit 12887ce

Please sign in to comment.