1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-09 13:01:36 +07:00

chore: add codecov script

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-04 23:05:21 +02:00
parent e0b8bc067a
commit 6323af638f
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

View File

@ -107,6 +107,7 @@
"test:size": "bundlesize",
"lint": "npm run flow && npm run lint:js && npm run lint:css",
"lint:js": "eslint .",
"coverage:publish": "codecov",
"lint:css": "stylelint 'src/webui/**/styles.js'",
"pre:webpack": "rimraf static/*",
"dev": "cross-env BABEL_ENV=ui babel-node tools/dev.server.js",