make "npm run watch" work on windows (#878)

This commit is contained in:
Noam Okman
2016-09-03 21:13:11 +03:00
committed by Mathias Rasmussen
parent 373d598c29
commit c25bee755c

View File

@@ -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"
}
}