mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
REMOVE smoke-tests in cli (static build examples are now all in teamcity)
This commit is contained in:
parent
a87d16dfc7
commit
0ec2bc0a1e
@ -83,22 +83,3 @@ if [ $update_only -eq 1 ]
|
|||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install all the dependencies in a single run
|
|
||||||
cd ../../..
|
|
||||||
yarn --pure-lockfile
|
|
||||||
cd ${test_root}/run
|
|
||||||
|
|
||||||
for dir in *
|
|
||||||
do
|
|
||||||
# check that storybook starts without errors
|
|
||||||
# smoke-test option may be unknown in earlier storybook versions,
|
|
||||||
# so skip `already_has_storybook` here
|
|
||||||
if [ $dir != "already_has_storybook" ]
|
|
||||||
then
|
|
||||||
cd $dir
|
|
||||||
echo "Running smoke test in $dir"
|
|
||||||
yarn storybook --smoke-test
|
|
||||||
cd ..
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user