Skip to content

Commit

Permalink
Updating project
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhectorsosa committed Apr 5, 2024
1 parent bb5d461 commit 537cdd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
version: latest

- run: supabase link --project-ref $SUPABASE_PROJECT_ID --workdir ./apps/next
- run: supabase db reset --linked
- run: supabase db push --workdir ./apps/next
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"db:init": "supabase init",
"db:start": "supabase start",
"db:stop": "supabase stop",
"db:reset": "supabase db reset",
"db:reset": "supabase db reset --local",
"db:gen-types": "supabase gen types typescript --local > modules/types/index.ts",
"email:dev": "email dev -p 4000",
"email:export": "email export --outDir supabase/templates --pretty",
Expand Down

0 comments on commit 537cdd8

Please sign in to comment.