mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
ci(actions): fix sass-embedded
it seems that when caniuse-lite gets updated, sass-embedded will get removed from cached node_modules so we try to always re-install it perhaps
This commit is contained in:
parent
4e08be96a9
commit
5db35a1023
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"1": "1656039516",
|
||||
"1": "1656039517",
|
||||
"2": "1602515119",
|
||||
"3": "1650485321",
|
||||
"4": "1602515119",
|
||||
|
Loading…
Reference in New Issue
Block a user