mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-20 02:39:13 +01:00
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CURR_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
|
|
cd $CURR_DIR/wabac.js
|
|
yarn install
|
|
yarn run build
|
|
cp ./dist/sw.js ../pywb/static/wabacWorker.js
|