1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-14 15:53:28 +01:00

Add yarn install to Vue build script

This commit is contained in:
Tessa Walsh 2023-02-02 16:12:01 -05:00
parent d44d640b93
commit c8e78fd7c1

View File

@ -3,4 +3,5 @@
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $CURR_DIR/pywb/vueui/ cd $CURR_DIR/pywb/vueui/
yarn install
yarn run build yarn run build