dragonroll/client/build.sh

8 lines
188 B
Bash
Raw Normal View History

2024-08-01 21:26:01 +00:00
#!/bin/bash
script_full_path=$(dirname "$0")
cd $script_full_path
yarn vue-cli-service build --target lib src/widgets/TestWindow.vue --name TestWindow --dest dist/Widgets/
npm run build