We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b14a69 commit ec30608Copy full SHA for ec30608
.github/workflows/build-release.yml
@@ -87,7 +87,7 @@ jobs:
87
npm install --package-lock-only
88
npm clean-install
89
npm audit fix
90
- npx browserslist@latest --update-db
+ npx update-browserslist-db@latest
91
npm run build
92
# Remove artifact from build-process that should not be published
93
rm js/stylesheet.js js/stylesheet.js.map
0 commit comments