1
Fork 0

Added end message to NPM Tests

This commit is contained in:
Jake Howard 2015-11-23 18:46:38 +00:00
parent aa9b3747be
commit 4c409195a0

View file

@ -15,7 +15,7 @@
"watch-less": "watch 'npm run build-less' static/src/less/", "watch-less": "watch 'npm run build-less' static/src/less/",
"watch": "npm run watch-less & npm run watch-images", "watch": "npm run watch-less & npm run watch-images",
"clean": "rm -rf static/build collected-static/ node_modules/ env/", "clean": "rm -rf static/build collected-static/ node_modules/ env/",
"test": "npm run lint" "test": "npm run lint && echo 'All NPM Tests Passed!'"
}, },
"repository": { "repository": {
"type": "git", "type": "git",