Skip to content

Commit

Permalink
Use npx in the command in supabase project
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Sep 7, 2023
1 parent 3a59c76 commit 7e42d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion supabase/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"tasks": {
"run": "deno run --allow-env --allow-read --allow-net ./functions/generate-locations-clusters-set/index.ts",
"dev:og": "npx supabase functions serve og-image --no-verify-jwt --env-file .env",
"deploy": "npx supabase functions deploy generate-locations-clusters-set --import-map supabase/import_map.json"
"deploy": "npx supabase functions deploy generate-locations-clusters-set --import-map supabase/import_map.json",
"deploy:og": "npx supabase functions deploy og-image --import-map supabase/import_map.json"
}
}

0 comments on commit 7e42d5f

Please sign in to comment.