tridactyl/scripts/build.sh
Oliver Blanthorn d65acf9f64
Fix #117: add :version command
:version currently fills the command line with the version number in
order to display it to the user (hacky) and copies it to the clipboard.
2017-11-26 00:06:02 +00:00

15 lines
217 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 && scripts/git_version.sh)&
wait