Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved dev script #2216

Merged
merged 4 commits into from
Aug 20, 2018
Merged

Improved dev script #2216

merged 4 commits into from
Aug 20, 2018

Conversation

ZeroX-DG
Copy link
Member

This PR contains improvement for the current dev-start script which can sometime start electron before the webpack bundle process is finished which then cause this: #2210

Now on, dev-start script will wait for webpack bundle process to finish then run electron.

r

Copy link
Member

@Rokt33r Rokt33r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ZeroX-DG Could you delete the changes of package-lock.json?

@Rokt33r Rokt33r added awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes. and removed awaiting review ❇️ Pull request is awaiting a review. labels Aug 9, 2018
@ZeroX-DG
Copy link
Member Author

ZeroX-DG commented Aug 9, 2018

@Rokt33r done!

package.json Outdated
"compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava --serial",
"jest": "jest",
"fix": "eslint . --fix",
"lint": "eslint .",
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
"dev-start": "node dev-scripts/dev.js"
Copy link
Member

@Rokt33r Rokt33r Aug 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just go with dev rather than dev-start. This should be the last request. :)

@ZeroX-DG
Copy link
Member Author

ZeroX-DG commented Aug 9, 2018

@Rokt33r Again, done !

@Rokt33r Rokt33r merged commit 9e3b321 into BoostIO:master Aug 20, 2018
@Rokt33r Rokt33r added next release (v0.11.9) and removed awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes. labels Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants