mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +00:00
Fixe Github actions error
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
7f0850c679
commit
862eacb006
@ -25,6 +25,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": "tsc --noEmit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user