minify-html/bench/build.sh

16 lines
147 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
pushd "$(dirname "$0")"
pushd ../nodejs
npm run build
popd
2020-07-11 11:29:34 -04:00
pushd minify-html-bench
cargo build --release
popd
popd