Explorar el Código

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

Mathias hace 1 mes
padre
commit
aa84dfc81e
Se han modificado 1 ficheros con 1 adiciones y 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