1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/build-vue-ui.sh

8 lines
126 B
Bash
Raw Permalink Normal View History

#!/bin/bash
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $CURR_DIR/pywb/vueui/
2023-02-02 16:12:01 -05:00
yarn install
yarn run build