Issue #3339903 by pivica: Update caniuse-lite in build process
Showing
- bs_base.bs_base.install 12 additions, 0 deletionsbs_base.bs_base.install
- bs_base.drush.inc 1 addition, 1 deletionbs_base.drush.inc
- package.json 1 addition, 1 deletionpackage.json
- themes/bs_bootstrap/bs_bootstrap.info.yml 1 addition, 1 deletionthemes/bs_bootstrap/bs_bootstrap.info.yml
- themes/bs_bootstrap/package.json 1 addition, 1 deletionthemes/bs_bootstrap/package.json
... | ... | @@ -34,6 +34,6 @@ |
"through2": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"build-css": "((type pnpm && pnpm install) || npm install) && npx gulp clean:css && npx gulp sass" | ||
"build-css": "((type pnpm && pnpm install) || npm install) && npx browserslist@latest --update-db && npx gulp clean:css && npx gulp sass" | ||
} | ||
} |
Please register or sign in to comment