Explorar o código

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

Mathias hai 1 mes
pai
achega
aa84dfc81e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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