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