mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
655f6744c5
**Related issue:** - https://github.com/vercel/next.js/issues/42171.
13 lines
297 B
Bash
Executable File
13 lines
297 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
export DIFF=0
|
|
export UPDATE=1
|
|
export SWC_CHECK=0
|
|
export SWC_RUN=0
|
|
|
|
touch tests/compress.rs
|
|
|
|
cargo test -q -p swc_ecma_minifier -p swc --no-fail-fast --test projects --test tsc --test compress --test mangle --features concurrent $@
|
|
|
|
# find ../swc/tests/ -type f -empty -delete |