This commit is contained in:
Michael Teeuw 2020-02-01 14:32:38 +01:00
parent 21dbaa1a03
commit 7f2ecbd04f
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
echo "\033[32mMagicMirror installation successful!"
exit 0

View File

@ -8,7 +8,7 @@
"server": "node ./serveronly",
"install": "cd vendor && npm install",
"install-fonts": "cd fonts && npm install",
"postinstall": "sh untrack-css.sh && sh installers/postinstall/postinstall.sh && npm run install-fonts",
"postinstall": "npm run install-fonts",
"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",