Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaubert committed Dec 24, 2024
1 parent c1318d1 commit 2660703
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"server-local": "npm run dev",
"start-local": "run-p frontend:start server-local",
"clean": "rimraf dist",
"prebuild": "run-s clean copy",
"build": "npm run migrate-latest && tsc && npm run frontend:build",
"start": "node --enable-source-maps -r dotenv/config --loader ts-node/esm/transpile-only ./server/index.ts",
"test": "vitest",
Expand Down
2 changes: 0 additions & 2 deletions server/test/db-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class DbManager {
this.knexInstance = this.getKnex(this.connectionUrl);
initKysely(this.connectionUrl)
setKnexInstance(this.knexInstance!);
console.log('migratino !!!!!')
const output = spawnSync(
'npx',
[
Expand All @@ -58,7 +57,6 @@ class DbManager {
console.log(output.stdout); // eslint-disable-line no-console
console.log(output.stderr); // eslint-disable-line no-console

console.log('migratino !!!!!')
}

private getKnex(url: string): Knex {
Expand Down

0 comments on commit 2660703

Please sign in to comment.