Skip to content

Commit

Permalink
Fix supabase scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Feb 14, 2025
1 parent a55c21a commit c7a451c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"watch": "lerna run --parallel watch",
"lint": "eslint --fix --ext .js,.ts,.tsx \"./packages/**/src/**/*.{js,ts,tsx}\"",
"prettier": "prettier --write \"./packages/**/src/**/*.{js,ts,tsx}\"",
"db-seed": "yarn db-seed",
"db-migrate": "yarn supabase db reset",
"db-seed": "cd packages/demo && yarn db-seed",
"db-migrate": "cd packages/demo && yarn supabase db reset",
"cypress:open": "cypress open"
},
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"source-map-explorer": "^2.0.0",
"supabase": "^2.12.1",
"tsx": "^3.12.2",
"typescript": "^5.7.3",
"web-vitals": "^1.0.1"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12708,6 +12708,7 @@ __metadata:
react-admin: "npm:^5.5.3"
react-dom: "npm:^18.2.0"
source-map-explorer: "npm:^2.0.0"
supabase: "npm:^2.12.1"
tsx: "npm:^3.12.2"
typescript: "npm:^5.7.3"
vite: "npm:^3.2.0"
Expand Down

0 comments on commit c7a451c

Please sign in to comment.