Add test to scalingo postbuild script
parent
e4e9e6327d
commit
9a6d52fb25
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue