mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
5 lines
59 B
Bash
5 lines
59 B
Bash
#!/bin/bash
|
|
rm -rf assets/dist
|
|
npm run build
|
|
rice embed-go
|