Amélioration du yarn start

pull/2077/head
Jérémy Rialland 2022-03-09 12:05:01 +01:00 committed by Johan Girod
parent bf9afdd5db
commit 9bc1733325
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"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 -pi run start",
"start": "yarn workspaces foreach -piv --exclude site run start & yarn workspace site run start",
"moso:up": "yarn workspace modele-social up && yarn workspace exoneration-covid up && yarn workspace site upgrade modele-social",
"i18n:check": "yarn workspace site i18n:check",
"i18n:translate": "yarn workspace site i18n:translate"