Fix CI env var for scalingo

pull/2163/head
Jérémy Rialland 2022-06-02 21:13:02 +02:00 committed by Johan Girod
parent 0c1d87b856
commit 8e220e07f7
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": "yarn test:type && yarn workspaces focus api && yarn workspace api run build && yarn workspaces focus --all && yarn test",
"scalingo-postbuild": "CI=true ; 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",