5 lines
54 B
Text
5 lines
54 B
Text
|
#!/bin/bash
|
||
|
cd /tmp/zigbee2mqtt/
|
||
|
npm ci
|
||
|
npm run build
|