Improve feedback.

This commit is contained in:
Michael Teeuw
2020-02-01 14:43:43 +01:00
parent 1b38e73eb2
commit 65b1d61295

View File

@@ -8,7 +8,7 @@
"server": "node ./serveronly",
"install": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error",
"install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error",
"postinstall": "npm run install-fonts && echo \"\nInstallation done! \"",
"postinstall": "npm run install-fonts && echo \"Installation finished successfully! \n\"",
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests --recursive",
"test:unit": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/unit --recursive",
"test:e2e": "NODE_ENV=test ./node_modules/mocha/bin/mocha tests/e2e --recursive",