diff options
-rw-r--r-- | .github/workflows/command-compile.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 24af3eff5cf..afcb4b362ad 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -87,10 +87,10 @@ jobs: npm run build --if-present - name: Build css - run: npm run sass + run: npm run --if-present sass - name: Build icons css - run: npm run sass:icons + run: npm run --if-present sass:icons - name: Commit and push default if: ${{ needs.init.outputs.arg1 != 'fixup' && needs.init.outputs.arg1 != 'amend' }} |