Skip to content

Commit

Permalink
build(obsidian): build dependencies properly
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Dec 30, 2024
1 parent c5479f9 commit d51fec2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-obsidian:
#! /bin/bash
set -eo pipefail

just build-wasm web
just build-harperjs
cd "{{justfile_directory()}}/packages/obsidian-plugin"

yarn install -f
Expand Down Expand Up @@ -153,7 +153,6 @@ setup:
just build-harperjs
just build-obsidian
just test-vscode
just build-harperjs
just test-harperjs
just build-web

Expand Down

0 comments on commit d51fec2

Please sign in to comment.