Skip to content

Commit

Permalink
Add deploy recipe to justfile (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
terror authored Dec 10, 2024
1 parent 4ba139f commit 1d9be7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ demo:
--sort \
--verbose

deploy:
cd www && bun run build && bunx gh-pages -d dist

dev-deps:
cargo install present tokei typos

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions www/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import path from 'path';
import { defineConfig } from 'vite';

export default defineConfig({
base: "/pandas-query-generator",
plugins: [react()],
resolve: {
alias: {
Expand Down

0 comments on commit 1d9be7d

Please sign in to comment.