lerna no-bail
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
],
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"test": "lerna run test --ignore @omnivore/web",
|
||||
"test": "lerna run --no-bail test --ignore @omnivore/web",
|
||||
"lint": "lerna run lint --ignore @omnivore/web",
|
||||
"build": "lerna run build --ignore @omnivore/web",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
|
||||
@ -52,7 +52,7 @@ const createEntityConnection = async (): Promise<void> => {
|
||||
username: process.env.PG_USER,
|
||||
password: process.env.PG_PASSWORD,
|
||||
database: process.env.PG_DB,
|
||||
logging: ['error'],
|
||||
logging: ['query', 'info'],
|
||||
entities: [__dirname + '/../src/entity/**/*{.js,.ts}'],
|
||||
subscribers: [__dirname + '/../src/events/**/*{.js,.ts}'],
|
||||
namingStrategy: new SnakeNamingStrategy(),
|
||||
|
||||
Reference in New Issue
Block a user