5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/bin/bash
|
||
|
rm -rf assets/dist
|
||
|
npm run build
|
||
|
rice embed-go
|