5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
|
#!/bin/bash
|
||
|
cd /tmp/web-vault
|
||
|
npm install
|
||
|
npm run dist:oss:selfhost
|