mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 06:48:03 +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
|
||||
|
||||
install:
|
||||
cargo install --path crates/solidity && \
|
||||
install: install-bin install-npm
|
||||
|
||||
install-bin:
|
||||
cargo install --path crates/solidity
|
||||
|
||||
install-npm:
|
||||
npm install && npm fund
|
||||
|
||||
test: install test-integration test-cli test-solidity
|
||||
|
||||
test-integration: install
|
||||
test-integration: install-bin
|
||||
cargo test --package revive-integration
|
||||
|
||||
test-solidity: install
|
||||
|
||||
Reference in New Issue
Block a user