Skip to content

Commit

Permalink
transpile-only to knex migrate for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed Jul 7, 2023
1 parent cf080fd commit 9bbff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"build": "npm run download-env && npm run createExports && tsc --noEmit false && cp -R types dist",
"start": "node dist/app.js",
"copy-env": "cp ./config/env.json ./dist/config/env.json",
"migrate": "knex migrate:latest",
"migrate": "NODE_OPTIONS=\"-r ts-node/register/transpile-only\" knex migrate:latest",
"rollback": "knex migrate:rollback",
"build-sourcemap": "tsc --noEmit false --sourceMap --outDir sourcemap",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 9bbff08

Please sign in to comment.