Skip to content

Commit

Permalink
fix: fix intialize-kakarot script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 7, 2024
1 parent c8c262d commit b508ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"install": "cd scripts && bash install_tools.sh --scarb ${npm_config_scarb_version:-''} --starknet-foundry ${npm_config_starknet_foundry_version:-''} --foundry ${npm_config_foundry_version:-''} --dojo ${npm_config_dojo_version:-''} && cd ../frontend && npm install --legacy-peer-deps",
"install-tools": "snfoundryup && foundryup",
"build-ui": "cd frontend && npm run build",
"initialize-kakarot": "git clone https://github.com/kkrt-labs/build-on-kakarot.git && rm -rf contracts && mkdir contracts && mv build-on-kakarot/cairo_contracts ./contracts && mkdir kakarot && mv build-on-kakarot/. ./kakarot && cd kakarot && rm -rf .github && rm -rf .trunk && git init && cd .. && rm -rf build-on-kakarot",
"initialize-kakarot": "git clone https://github.com/kkrt-labs/build-on-kakarot.git && rm -rf contracts && mkdir contracts && cp -r build-on-kakarot/cairo_contracts ./contracts && mkdir kakarot && cp -r build-on-kakarot/. ./kakarot && cd kakarot && rm -rf cairo_contracts && rm -rf .github && rm -rf .trunk && git init && cd .. && rm -rf build-on-kakarot",
"setup-kakarot": "cd kakarot && make setup",
"start-kakarot": "cd kakarot && make start",
"deploy-kakarot-l1-messaging-contracts": "cd kakarot && make deploy-l1",
Expand Down

0 comments on commit b508ebe

Please sign in to comment.