swc/scripts/update-all.sh
2022-03-17 22:13:23 +00:00

19 lines
313 B
Bash
Executable File

#!/usr/bin/env bash
set -u
export UPDATE=1
export DIFF=0
function up(){
cargo test -p swc -p swc_ecma_codegen -p swc_ecma_parser -p swc_bundler -p swc_node_bundler --no-fail-fast
}
up
up
up
up
git add -A
git commit -m 'Update test refs'
git push -u origin "$(git rev-parse --abbrev-ref HEAD)" --no-verify