accords-library.com/run_accords_testing.sh

3 lines
180 B
Bash
Raw Permalink Normal View History

2022-03-06 01:39:37 +00:00
export ENABLE_TESTING_LOG=true
npx next build 2> >(tee ./testing_logs/$(date +"%Y-%m-%d---%H-%M-%S").stderr.tsv) 1> >(tee ./testing_logs/$(date +"%Y-%m-%d---%H-%M-%S").stdout.tsv)