From c216740a3518719f68422eb177490ed9354aa083 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 11 Nov 2020 19:40:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Permet=20le=20passage=20des=20te?= =?UTF-8?q?sts=20dans=20la=20CI=20m=C3=AAme=20avec=20des=20erreurs=20de=20?= =?UTF-8?q?type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- publicodes/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 052417441..0e2d22ddf 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "start": "yarn workspace publicodes build --watch & yarn workspace mon-entreprise start" }, "workspaces": [ - "mon-entreprise", - "publicodes" + "publicodes", + "mon-entreprise" ] } diff --git a/publicodes/package.json b/publicodes/package.json index 8af6cef0a..7affa6775 100644 --- a/publicodes/package.json +++ b/publicodes/package.json @@ -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\"" },