Fixed typo in badge

This commit is contained in:
Alejandro Celaya
2018-09-16 13:18:41 +02:00
parent 606397b542
commit f26deb51eb
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"lint:css": "stylelint src/*.scss src/**/*.scss",
"lint:css:fix": "yarn lint:css --fix",
"start": "node scripts/start.js",
"serve:build": "yarn serve ./build",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom --colors",
"test:ci": "yarn test --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=clover",