Skip to content

Commit

Permalink
Add yarn install to Vue build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Feb 2, 2023
1 parent d44d640 commit c8e78fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-vue-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )

cd $CURR_DIR/pywb/vueui/
yarn install
yarn run build

0 comments on commit c8e78fd

Please sign in to comment.