mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 15:11:02 +00:00
Makefile: split up binary and npm installations
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
.PHONY: install test test-solidity test-cli test-integration clean
|
.PHONY: install test test-solidity test-cli test-integration clean
|
||||||
|
|
||||||
install:
|
install: install-bin install-npm
|
||||||
cargo install --path crates/solidity && \
|
|
||||||
|
install-bin:
|
||||||
|
cargo install --path crates/solidity
|
||||||
|
|
||||||
|
install-npm:
|
||||||
npm install && npm fund
|
npm install && npm fund
|
||||||
|
|
||||||
test: install test-integration test-cli test-solidity
|
test: install test-integration test-cli test-solidity
|
||||||
|
|
||||||
test-integration: install
|
test-integration: install-bin
|
||||||
cargo test --package revive-integration
|
cargo test --package revive-integration
|
||||||
|
|
||||||
test-solidity: install
|
test-solidity: install
|
||||||
|
|||||||
Reference in New Issue
Block a user