瀏覽代碼

Add postcss.

Afshin T. Darian 4 年之前
父節點
當前提交
96a97c3cdf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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