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

Update npm-run-all to the latest version 🚀 #5

Merged
merged 2 commits into from
Jan 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"url": "https://github.com/kellyrmilligan/hapi-react-redux.git"
},
"scripts": {
"build": "npm-run-all clean standard babel",
"build": "npm-run-all -l --silent clean standard babel",
"babel": "babel src -d . -D -s",
"babel:watch": "babel src -d . -w -D -s",
"clean": "rimraf ./plugin ./fixtures",
"dev": "npm-run-all clean --parallel babel:watch standard:watch",
"prepublish": "npm run test && npm run build",
"dev": "npm-run-all -l --silent clean -p babel:watch standard:watch",
"prepublish": "npm-run-all -l --silent test build",
"standard": "standard --fix --verbose | snazzy",
"standard:watch": "onchange -i 'src/**/*.js' -- npm run standard",
"test": "cross-env NODE_ENV=test jest",
Expand Down Expand Up @@ -85,7 +85,7 @@
"hapi": "^16.0.1",
"jest": "^18.0.0",
"nodemon": "^1.9.0",
"npm-run-all": "^3.1.2",
"npm-run-all": "^4.0.1",
"onchange": "^3.2.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
Expand Down