Skip to content

Commit

Permalink
escape quotes for windows compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
collin authored May 21, 2018
1 parent 361cdd0 commit 9943e54
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 @@ -16,7 +16,7 @@
"start": "node server",
"start-dev": "NODE_ENV='development' npm run build-client-watch & npm run start-server",
"start-server": "nodemon server -e html,js,scss --ignore public --ignore client",
"test": "NODE_ENV='test' mocha './server/**/*.spec.js' './client/**/*.spec.js' --require @babel/polyfill --require @babel/register"
"test": "NODE_ENV='test' mocha \"./server/**/*.spec.js\" \"./client/**/*.spec.js\" --require @babel/polyfill --require @babel/register"
},
"author": "Fullstack Academy of Code",
"license": "MIT",
Expand Down

0 comments on commit 9943e54

Please sign in to comment.