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

Improve npm scripts #920

Merged
merged 1 commit into from
Feb 1, 2016
Merged

Improve npm scripts #920

merged 1 commit into from
Feb 1, 2016

Conversation

timwis
Copy link
Contributor

@timwis timwis commented Jan 29, 2016

With this pull request, running npm start executes gulp watch and serve at the same time, so one command to start developing.

It also simplifies the script for npm test - npm scripts put any binaries installed by dependencies in the PATH when the npm script is run, so it's not necessary to put the full path in there. They'll work even if they're not installed globally.

@dereklieu
Copy link
Member

💯

dereklieu added a commit that referenced this pull request Feb 1, 2016
@dereklieu dereklieu merged commit ea58a6e into prose:master Feb 1, 2016
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.

2 participants