diff --git a/package.json b/package.json index 51266c0..c0363c6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "watch-less": "watch 'npm run build-less' static/src/less/", "watch": "npm run watch-less & npm run watch-images", "clean": "rm -rf static/build collected-static/ node_modules/ env/", - "test": "npm run lint" + "test": "npm run lint && echo 'All NPM Tests Passed!'" }, "repository": { "type": "git",