4 lines
68 B
Bash
Executable file
4 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
cd /tmp/web-vault
|
|
npm install
|
|
npm run dist:oss:selfhost
|