Update deps

This commit is contained in:
Sebastian Miasojed
2024-11-27 15:28:04 +01:00
parent 6a4fd1e991
commit d25be523c1
4 changed files with 5 additions and 9 deletions
-1
View File
@@ -25,7 +25,6 @@ install-npm:
install-wasm:
RUSTFLAGS='$(RUSTFLAGS_EMSCRIPTEN)' cargo build --target wasm32-unknown-emscripten -p revive-solidity --release --no-default-features
npm install
npm run build:revive
# install-revive: Build and install to the directory specified in REVIVE_INSTALL_DIR
ifeq ($(origin REVIVE_INSTALL_DIR), undefined)