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

Update package.json

This commit is contained in:
2020-08-31 14:42:32 +02:00
committed by GitHub
parent ae94462c8d
commit fe605fba1c

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"
}
}