Fix CI env var for scalingo
parent
0c1d87b856
commit
8e220e07f7
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue