Skip to content

Commit

Permalink
Merge pull request #14312 from MinaProtocol/merge-main-develop
Browse files Browse the repository at this point in the history
Merge main and adapt TS bindings to develop
  • Loading branch information
mitschabaude authored Oct 11, 2023
2 parents 214b250 + e2b96ab commit 1e021fc
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 414 deletions.
4 changes: 2 additions & 2 deletions buildkite/scripts/build-js-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ make snarkyjs

echo "Prepare SnarkyJS test module and pack into archive"
npm pack src/lib/snarkyjs
mv snarkyjs-*.tgz snarkyjs.tgz
mv o1js-*.tgz o1js.tgz
cd src/lib/snarkyjs/tests/integration
npm i ../../../../../snarkyjs.tgz
npm i ../../../../../o1js.tgz
cp $(which node) ./node
cd ../../../../..
tar -chzf snarkyjs_test.tar.gz src/lib/snarkyjs/tests/integration
Expand Down
Loading

0 comments on commit 1e021fc

Please sign in to comment.