mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
15 lines
190 B
Bash
Executable file
15 lines
190 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
PATH=$(npm bin):"$PATH"
|
|
export PATH
|
|
|
|
mkdir -p generated/static
|
|
scripts/excmds_macros.py
|
|
scripts/newtab.md.sh
|
|
scripts/make_docs.sh &
|
|
|
|
webpack --display errors-only &
|
|
|
|
wait
|