mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
ci(actions): use sass-embedded
This commit is contained in:
parent
682c00a0bb
commit
a37c9add73
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user