ci(actions): use sass-embedded

This commit is contained in:
Bobby Wibowo 2022-06-22 17:03:27 +07:00
parent 682c00a0bb
commit a37c9add73
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -39,6 +39,10 @@ jobs:
- name: Update browserslist/caniuse-lite
run: npx browserslist@latest --update-db
- name: Install sass-embedded
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: yarn add --pure-lockfile --non-interactive --dev sass-embedded && git restore package.json
- name: yarn build
run: yarn build