Skip to content

Commit

Permalink
test sites
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed May 6, 2024
1 parent b20f3fc commit 14ffdec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/sites/initDB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ echo "init db complete"

# Fix permissions for npm cache folder
sudo chown -R 1015500000:0 "/.npm"
echo "npm permission set"

# run type orm migrations
npm run typeorm:run-migrations
npm run typeorm migration:run -- -d ./typeOrm.config.ts
echo "migrations completed"

exit 0

0 comments on commit 14ffdec

Please sign in to comment.