Skip to content

Commit

Permalink
optimize migration run without ts compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
n0str committed Oct 20, 2023
1 parent 6180acf commit 4c8078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -e
node --loader ts-node/esm dist/repository/storage/postgres/migrations/index.js -c app-config.yaml
node dist/repository/storage/postgres/migrations/index.js -c app-config.yaml
node dist/index.js

0 comments on commit 4c8078c

Please sign in to comment.