oxc/benchmark/init.sh
2023-06-26 14:16:29 +08:00

12 lines
213 B
Bash
Executable file

#!/usr/bin/env bash
mkdir -p tmp
pushd tmp
[ ! -d "vscode" ] && git clone --depth=1 git@github.com:microsoft/vscode.git
popd
pnpm install
rm -rf ./tmp/vscode/**/.eslintrc.json
cargo build --release -p oxc_cli