Remet le script test dans le package.json
parent
68d059f2c1
commit
78fd8a7012
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue