Skip to content

Commit

Permalink
refac: modify npm install-tools script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 1, 2024
1 parent f13375a commit 66545f4
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 @@ -22,7 +22,7 @@
"devnet": "sh ./devnet/start.sh",
"start": "cd frontend && npm run dev",
"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",
"install-tools": "snfoundryup",
"build-ui": "cd frontend && npm run build",
"initialize-kakarot": "rm -rf contracts && mkdir contracts && cd contracts && git clone https://github.com/kkrt-labs/build-on-kakarot.git && cp -r build-on-kakarot/. ./ && rm -rf .github && rm -rf .trunk && rm -rf build-on-kakarot && git init",
"setup-kakarot": "cd contracts && make setup",
Expand Down

0 comments on commit 66545f4

Please sign in to comment.