IoT-device-management/build.sh

3 lines
138 B
Bash
Raw Permalink Normal View History

2024-06-05 08:07:01 +00:00
#!/bin/bash
truffle compile && truffle migrate --reset && cp build/contracts/DeviceManager.json frontend/src/artifacts/DeviceManager.json