Browse Source

Merge branch 'main' of github.com:Snouzy/workout-cool

Mathias 1 month ago
parent
commit
aa84dfc81e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -32,5 +32,5 @@ db-seed:
 	pnpm run import:exercises-full ./data/sample-exercises.csv
 
 # Start the dev server (with DB, migrate, seed)
-dev: up db-migrate db-seed
+dev: up db-migrate db-generate db-seed
 	pnpm dev