Skip to content

Commit

Permalink
Update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Sep 27, 2023
1 parent c1b4c22 commit 9ea0c73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evm_bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"buildw": "tsc --watch",
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"format": "prettier --write --ignore-unknown **/*",
"preinstall": "sh scripts/preinstall.sh",
"preinstall": "cd .. && sh setup.sh",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"testw": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"lint": "npx eslint src/* --fix"
Expand Down
3 changes: 1 addition & 2 deletions evm_bridge/scripts/preinstall.sh → setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cd ..
git clone https://github.com/lambdaclass/mina_monorepo.git
cd mina_monorepo
git checkout witness
git checkout develop
cd src/lib/snarkyjs
npm run bindings
npm run build

0 comments on commit 9ea0c73

Please sign in to comment.