Skip to content

Commit

Permalink
precommit line breaks cause message to dissapear
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Mar 12, 2021
1 parent 50027e4 commit 02e1faa
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 @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"test": "npm i && c8 -r lcov -r html node test/CI.js && c8 report",
"precommit": "echo '::::PLEASE MAKE SURE TESTS PASS BY RUNNING::::\n npm test \nOR\n node test/CI.js'",
"precommit": "echo '::::PLEASE MAKE SURE TESTS PASS BY RUNNING:::: npm test OR node test/CI.js'",
"coverage": "echo 'See your coverage report at http://localhost:8080' && node-http-server port=8080 root=./coverage/",
"start": "npm i && node example/commandline-pizza/dominos-commandline-pizza.js"
},
Expand Down

0 comments on commit 02e1faa

Please sign in to comment.