Skip to content

Commit c8e78fd

Browse files
committed
Add yarn install to Vue build script
1 parent d44d640 commit c8e78fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-vue-ui.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
44

55
cd $CURR_DIR/pywb/vueui/
6+
yarn install
67
yarn run build

0 commit comments

Comments
 (0)