Added end message to NPM Tests
This commit is contained in:
parent
aa9b3747be
commit
4c409195a0
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Reference in a new issue