Remet le script test dans le package.json

pull/2077/head
Johan Girod 2022-03-30 11:07:59 +02:00
parent 68d059f2c1
commit 78fd8a7012
1 changed files with 1 additions and 0 deletions

View File

@ -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",