diff options
-rw-r--r-- | .github/workflows/node.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 7173a224c24..443ed95dd24 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -45,12 +45,6 @@ jobs: npm ci npm run build --if-present - - name: Build css - run: npm run sass - - - name: Build icons css - run: npm run sass:icons - - name: Check webpack build changes run: | bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)" |