From 9a6d52fb25d42380bac28a29b158212cdcb38fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Thu, 2 Jun 2022 16:35:28 +0200 Subject: [PATCH] Add test to scalingo postbuild script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 814a5f80f..70ca5a804 100644 --- a/package.json +++ b/package.json @@ -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",