File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191
9292 - name : Seed database
9393 run : |
94- npm run db:push
94+ npm run db:migrate
9595 npm run db:seed
9696
9797 - name : Run Playwright tests
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ For a more detailed how to guide on setting them up [go to the Environment Varia
48486 . Setup the tables in the database with Drizzle by running:
4949
5050``` bash
51- npm run db:push
51+ npm run db:migrate
5252```
5353
5454The full command can be seen in our [ package.json] ( /package.json#16 ) file
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ read -p "Copy and past your auth callback url here: " URL
2020
2121echo " - Nice, now open two terminals and run the following commands: "
2222echo " - Terminal 1) - docker-compose up "
23- echo " - Terminal 2) - npm db:push , npm db:seed, npm run dev "
23+ echo " - Terminal 2) - npm db:migrate , npm db:seed, npm run dev "
2424
2525# Create .env file
2626echo " DATABASE_URL=postgresql://postgres:secret@127.0.0.1:5432/postgres" > .env
2727echo " GITHUB_ID=$GITHUB_ID " >> .env
2828echo " GITHUB_SECRET=$GITHUB_SECRET " >> .env
29- echo " NEXTAUTH_URL=$URL " >> .env
29+ echo " NEXTAUTH_URL=$URL " >> .env
You can’t perform that action at this time.
0 commit comments