Skip to content

Commit

Permalink
Merge pull request #14 from ghost-in-the-machine-llc/supabase-edge-fn
Browse files Browse the repository at this point in the history
remove deploy specific commands
  • Loading branch information
martypdx committed Oct 31, 2023
2 parents e0fa95a + 8e728d4 commit bcdd3cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"start": "supabase start; supabase functions serve",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "npm run lint -w www",
"lint:ts": "deno lint",
"secrets:deploy": "supabase secrets set --env-file ./supabase/functions/.env --project-ref zekxhqiqlnzydflpmddi",
"secrets:list": "supabase secrets list --project-ref zekxhqiqlnzydflpmddi",
"functions:deploy": "supabase functions deploy --project-ref zekxhqiqlnzydflpmddi"
"lint:ts": "deno lint"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit bcdd3cb

Please sign in to comment.