Add test to scalingo postbuild script

pull/2163/head
Jérémy Rialland 2022-06-02 16:35:28 +02:00 committed by Johan Girod
parent e4e9e6327d
commit 9a6d52fb25
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
],
"scripts": {
"pre-commit": "yarn workspaces foreach -pi run pre-commit",
"scalingo-postbuild": "echo 'yarn workspaces focus api && yarn workspace api run build' ; yarn workspaces focus api && yarn workspace api run build",
"scalingo-postbuild": "yarn test:type && yarn workspaces focus api && yarn workspace api run build && yarn workspaces focus --all && yarn test",
"lint:eslintrc": "npx eslint-config-prettier .eslintrc.cjs",
"lint:eslint": "NODE_OPTIONS='--max-old-space-size=4096' eslint .",
"lint:eslint:fix": "yarn lint:eslint --fix",