minify-html/bench/install.sh

10 lines
143 B
Bash
Executable File

#!/usr/bin/env bash
set -e
rm -rf node_modules
HYPERBUILD_NODEJS_SKIP_BIN_DOWNLOAD=1 npm i
pushd hyperbuild-bench
cargo build --release
popd