Skip to content

Commit

Permalink
Update the git clean tree check
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 18, 2024
1 parent 95f81b5 commit 379cfb9
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 @@ -67,7 +67,7 @@
},
"scripts": {
"ci": "gulp all && gulp mocha:closure",
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
"test": "gulp && git status | grep 'working tree clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"babel": {
"only": "gulpfile.babel.js",
Expand Down

0 comments on commit 379cfb9

Please sign in to comment.