Merge pull request #986 from roramirez/roboto-fonts-as-vendor

Change to install Roboto fonts by npm
This commit is contained in:
Michael Teeuw
2017-08-12 13:50:23 +02:00
committed by GitHub
59 changed files with 42 additions and 227 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"start": "sh run-start.sh",
"install": "cd vendor && npm install",
"postinstall": "sh installers/postinstall/postinstall.sh",
"install-fonts": "cd fonts && npm install",
"postinstall": "sh installers/postinstall/postinstall.sh && 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",