Skip to content

Commit

Permalink
fix: publish readme on bb.js NPM package (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Oct 21, 2024
1 parent 3fd1802 commit 1d860a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-aztec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
else
echo "Invalid tag format. Expected aztec-packages-v*"
exit 1
fi
setup-x86:
needs: [configure]
Expand Down
2 changes: 1 addition & 1 deletion barretenberg/ts/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deps:
RUN yarn --immutable

# other source files
COPY --dir src *.json *.js *.cjs .
COPY --dir src *.json *.js *.cjs *.md .

# copy over wasm builds from cpp folder
COPY ../cpp/+preset-wasm-threads/bin/barretenberg.wasm src/barretenberg_wasm/barretenberg-threads.wasm
Expand Down

0 comments on commit 1d860a8

Please sign in to comment.