2022-04-14 22:43:02 +08:00

3 lines
65 B
Bash
Executable File

#!/bin/sh
quasar build && cp -r plugin/* dist/spa/ && echo Done.