Skip to content

Commit 1d860a8

Browse files
authored
fix: publish readme on bb.js NPM package (#9303)
1 parent 3fd1802 commit 1d860a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-aztec-packages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
else
7272
echo "Invalid tag format. Expected aztec-packages-v*"
7373
exit 1
74+
fi
7475
7576
setup-x86:
7677
needs: [configure]

barretenberg/ts/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps:
2222
RUN yarn --immutable
2323

2424
# other source files
25-
COPY --dir src *.json *.js *.cjs .
25+
COPY --dir src *.json *.js *.cjs *.md .
2626

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

0 commit comments

Comments
 (0)