mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
7 lines
113 B
Bash
7 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||
|
|
||
|
cd $CURR_DIR/pywb/vueui/
|
||
|
yarn run build
|