🐛 Permet le passage des tests dans la CI même avec des erreurs de type
parent
c6bd92d5f9
commit
c216740a35
|
@ -121,7 +121,7 @@
|
|||
"start": "yarn workspace publicodes build --watch & yarn workspace mon-entreprise start"
|
||||
},
|
||||
"workspaces": [
|
||||
"mon-entreprise",
|
||||
"publicodes"
|
||||
"publicodes",
|
||||
"mon-entreprise"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"prepublishOnly": "yarn test && yarn run build",
|
||||
"clean": "rimraf dist node_modules",
|
||||
"prepare": "yarn run rimraf dist && yarn run build",
|
||||
"build": "tsc && yarn run webpack --config webpack.config.js",
|
||||
"build": "yarn run webpack --config webpack.config.js",
|
||||
"test:file": "yarn mocha-webpack --webpack-config ./webpack.test.js --include test/setupIntl.js",
|
||||
"test": "yarn test:file \"./{,!(node_modules)/**/}!(webpack).test.js\""
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue