mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Merge pull request #4062 from storybooks/revert-36a2676
Temp revert the 36a2676
This commit is contained in:
commit
329a79ffe5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user