Skip to content

Commit

Permalink
build: auto-update browserslist when serving studio-web
Browse files Browse the repository at this point in the history
  • Loading branch information
deltork authored and joanise committed Nov 22, 2024
1 parent 08d1452 commit 18e6900
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/studio-web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,12 @@
},
"defaultConfiguration": "production"
},
"update-browserslist": {
"command": "npx update-browserslist-db@latest"
},
"serve": {
"executor": "@angular-builders/custom-webpack:dev-server",
"dependsOn": ["update-browserslist"],
"configurations": {
"production-en": {
"buildTarget": "studio-web:build:production,en"
Expand Down

0 comments on commit 18e6900

Please sign in to comment.