Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgur-psyops committed Feb 11, 2025
1 parent f258b4e commit 413792e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ROOT=$(git rev-parse --show-toplevel)
cd $ROOT

cmd="anchor build --no-idl -- --features"
cmd="anchor build --no-idl"
echo "Running: $cmd"
eval "$cmd"

0 comments on commit 413792e

Please sign in to comment.