Skip to content

Commit

Permalink
Backport PR #10660: Fix integrity2 test (#10663)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
  • Loading branch information
meeseeksmachine and fcollonval committed Jul 21, 2021
1 parent 0318d49 commit eea93fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ if [[ $GROUP == integrity2 ]]; then
# Make sure the storybooks build.
jlpm run build:storybook

jlpm config set prefix ~/.yarn

# Make sure we have CSS that can be converted with postcss
jlpm global add postcss postcss-cli

jlpm config set prefix ~/.yarn
~/.yarn/bin/postcss packages/**/style/*.css --dir /tmp

# run twine check on the python build assets.
Expand Down

0 comments on commit eea93fd

Please sign in to comment.