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 f685ce9 commit a55c21a
Showing 1 changed file with 2 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": "cd packages/demo && yarn db-seed",
"db-migrate": "cd packages/demo && yarn supabase db reset",
"db-seed": "yarn db-seed",
"db-migrate": "yarn supabase db reset",
"cypress:open": "cypress open"
},
"workspaces": [
Expand Down

0 comments on commit a55c21a

Please sign in to comment.