Skip to content

Commit

Permalink
fix: swapped out build-vscode for package-vscode in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Aug 26, 2024
1 parent 3e8e5b1 commit 28170be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ build-obsidian:

zip harper-obsidian-plugin.zip manifest.json main.js

build-vscode:
#! /bin/bash
set -eo pipefail

cd "{{justfile_directory()}}/packages/vscode-plugin"
yarn install -f
yarn compile

package-vscode:
#! /bin/bash
set -eo pipefail
Expand Down Expand Up @@ -87,7 +79,7 @@ precommit:
cargo bench

just build-obsidian
just build-vscode
just package-vscode
just build-web

install:
Expand Down

0 comments on commit 28170be

Please sign in to comment.