Skip to content

Commit

Permalink
Install supabase cli
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed May 8, 2024
1 parent 3ba49c0 commit ad31ef1
Show file tree
Hide file tree
Showing 5 changed files with 1,765 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target/
/.env
/styles/
/node_modules/
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
export $(cat .env | xargs)

# generate minified stylesheet
NODE_PATH=/opt/homebrew/lib/node_modules tailwindcss --input tailwind.source.css --output styles/index.min.css --minify
tailwindcss --input tailwind.source.css --output styles/index.min.css --minify

# run supabase migrations
supabase db push
Expand Down
5 changes: 2 additions & 3 deletions mprocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ procs:
DB:
shell: supabase db start

# Tailwind 3 & daisyUI 4 are installed globally
Tailwind:
shell: NODE_PATH=/opt/homebrew/lib/node_modules tailwindcss --input tailwind.source.css --output styles/index.css --watch
autostart: false
shell: tailwindcss --input tailwind.source.css --output styles/index.css --watch
autostart: true

Docs:
shell: cargo doc --offline --lib --open
Expand Down
Loading

0 comments on commit ad31ef1

Please sign in to comment.