1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

Merge branch 'master' of github.com:dzeiocom/libs into master

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-09-02 12:51:19 +02:00
2 changed files with 36 additions and 1 deletions

View File

@ -26,6 +26,6 @@
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc",
"test": "jest --coverage && codecov -f coverage/coverage-final.json"
"test": "jest --coverage"
}
}