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
|