mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
8 lines
126 B
Bash
Executable File
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
|