Skip to content

Commit

Permalink
make "npm run watch" work on windows (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman authored and mathiasvr committed Sep 3, 2016
1 parent 373d598 commit c25bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"test": "standard && depcheck --ignores=babel-cli,nodemon,gh-release --ignore-dirs=build,dist && node ./bin/extra-lint.js",
"gh-release": "gh-release",
"update-authors": "./bin/update-authors.sh",
"watch": "nodemon --exec 'npm run start' --ext js,pug,css"
"watch": "nodemon --exec \"npm run start\" --ext js,pug,css"
}
}

0 comments on commit c25bee7

Please sign in to comment.