1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

Update package.json

This commit is contained in:
Florian Bouillon 2020-08-31 14:42:32 +02:00 committed by GitHub
parent ae94462c8d
commit fe605fba1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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