1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-04-04 04:45:48 +02:00
pywb/build-wombat.sh

10 lines
192 B
Bash
Raw Normal View History

#!/bin/bash
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $CURR_DIR/wombat
export OUTPUT_DIR=../pywb/static/
yarn install
yarn run build-prod
#cp ./dist/*.js ../pywb/static/