Include test asserting all generated build changes are commited.

This commit is contained in:
Joshua Appelman 2014-06-21 21:46:55 +02:00
parent 3fbb3037e6
commit 937789e905

View File

@ -28,6 +28,6 @@
},
"private": true,
"scripts": {
"test": "gulp"
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}