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