1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00
pywb/build-vue-ui.sh
2023-02-02 16:24:01 -05:00

8 lines
126 B
Bash
Executable File

#!/bin/bash
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $CURR_DIR/pywb/vueui/
yarn install
yarn run build