Merge pull request #141 from jbnicolai/verify-build-artifacts-are-commited

Include test asserting all generated build changes are commited.
master
Addy Osmani 2014-06-21 23:34:03 +01:00
commit 17af63341c
1 changed files with 1 additions and 1 deletions

View File

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