Merge pull request #4062 from storybooks/revert-36a2676

Temp revert the 36a2676
This commit is contained in:
Igor 2018-08-23 21:21:44 +03:00 committed by GitHub
commit 329a79ffe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,12 @@ set -e
declare test_root=$PWD
# remove run directory before exit to prevent yarn.lock spoiling
function cleanup {
rm -rfd ${test_root}/run
}
trap cleanup EXIT
update=0
update_only=0
skip=0