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

Fixe Github actions error

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-09-11 10:48:47 +02:00
parent 7f0850c679
commit 862eacb006

View File

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