Skip to content

Commit

Permalink
chore: update helper script from full project builds
Browse files Browse the repository at this point in the history
The script was still using pnpm in places and the custom highlighting
component wasn't built before building the full book.
  • Loading branch information
dnaka91 committed Dec 5, 2023
1 parent 035c1aa commit c44888a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ _default:
# Build all crates and other parts of the project
build:
cargo build --release
bun install
cd book/highlight && bun run build
cd book && just build
cd vscode-extension && pnpm run package
cd vscode-extension && bun run package

# Run the benchmarks
bench:
Expand Down

0 comments on commit c44888a

Please sign in to comment.