pyth-crosschain/target_chains/sui/scripts/Makefile

12 lines
141 B
Makefile

.PHONY: clean
clean:
rm -rf node_modules
node_modules:
npm ci
.PHONY: test
## Run tests
test: node_modules
bash run_integration_test.sh