Skip to content

Commit

Permalink
fix(pkg): ensure to build before migrate (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Jan 8, 2025
1 parent 380a80d commit 1421a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "run-s build:**",
"build:assets": "vite build --clearScreen false",
"build:db:conditionaly-load-fixtures": "if [ \"$RUN_FIXTURES\" = \"True\" ]; then npm run fixtures:load; fi",
"build:db:migrate": "npm run --silent migrate -- up",
"build:workspaces": "npm run build --if-present --workspaces",
"build:db:migrate": "npm run --silent migrate -- up",
"delete-database": "if [ \"$ENABLE_DATABASE_DELETION\" = \"True\" ]; then tsx scripts/run-sql-script.ts scripts/delete_all.sql; fi",
"predev": "npm run build:workspaces",
"dev": "NODE_ENV=development concurrently \"npm:watch:*\"",
Expand Down

0 comments on commit 1421a6c

Please sign in to comment.