Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/vectors-w3f-davxy-071.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm start -w @typeberry/test-runner -- w3f-davxy-071.ts
- run: npm start -w @typeberry/test-runner -- w3f-davxy-071-bin.ts
- name: Display results
if: always()
run: cat ./dist/w3f-davxy-071.txt
Expand Down
5 changes: 2 additions & 3 deletions bin/jam/build-for-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rm -rf $DIST_FOLDER/*
# TODO [ToDr] Temporary require anan-as before https://github.com/tomusdrw/anan-as/issues/99
# is resolved.
# Build the main binary
BUILD="npx @vercel/ncc build -a -s -e lmdb -e @matrixai/quic -e @fluffylabs/anan-as -e tsx/esm/api"
BUILD="npx @vercel/ncc build -a -s -e lmdb -e @matrixai/quic -e tsx/esm/api"
$BUILD ./bin/jam/index.ts -o $DIST_FOLDER

# Fix un-compiled worker files to point to the ones we will compile manually.
Expand Down Expand Up @@ -81,8 +81,7 @@ cat > ./package.json << EOF
},
"dependencies": {
"lmdb": "3.1.3",
"@matrixai/quic": "2.0.9",
"@fluffylabs/anan-as": "1.0.0-a9b8141"
"@matrixai/quic": "2.0.9"
},
"homepage": "https://typeberry.dev",
"author": "Fluffy Labs <hello@fluffylabs.dev>",
Expand Down
Loading