From 78fd8a70123be9243914ec96b90e6b5c787f5ae0 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 30 Mar 2022 11:07:59 +0200 Subject: [PATCH] Remet le script test dans le package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 76277134c..da2c92924 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "lint:fix": "yarn lint:eslint:fix && yarn lint:prettier:fix", "lint": "yarn lint:eslintrc && yarn lint:eslint && yarn lint:prettier", "postinstall": "yarn workspaces foreach -piv --exclude site run prepack", + "test": "yarn workspaces foreach run test", "test:type": "yarn workspaces foreach -pi run tsc --skipLibCheck --noEmit", "clean": "yarn workspaces foreach run clean && rimraf node_modules", "start": "yarn workspaces foreach -piv --exclude site run start & yarn workspace site run start",