diff --git a/package.json b/package.json index a12d8c2795..0acb921a44 100644 --- a/package.json +++ b/package.json @@ -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" } }