Browse Source

Add postcss.

Afshin T. Darian 4 years ago
parent
commit
96a97c3cdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/ci_script.sh

+ 1 - 1
scripts/ci_script.sh

@@ -106,7 +106,7 @@ if [[ $GROUP == integrity2 ]]; then
     jlpm run build:storybook
 
     # Make sure we have CSS that can be converted with postcss
-    jlpm global add postcss-cli
+    jlpm global add postcss postcss-cli
 
     jlpm config set prefix ~/.yarn
     ~/.yarn/bin/postcss packages/**/style/*.css --dir /tmp