minify-html/bench/build.sh

16 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
set -e
pushd "$(dirname "$0")"
pushd ../nodejs
npm run build
popd
pushd minify-html-bench
cargo build --release
popd
popd