Skip to content

Commit

Permalink
build(web): specify inputs for build.pwa task
Browse files Browse the repository at this point in the history
  • Loading branch information
spicyzboss committed Jan 3, 2024
1 parent 7a772a1 commit 52b0348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"implicitDependencies": ["ui"],
"targets": {
"build": {
"inputs": ["!{projectRoot}/pwa-assets.config.ts", "!{projectRoot}/public/logo.png"],
"executor": "qwik-nx:build",
"options": {
"runSequence": ["web:build.pwa", "web:build.client", "web:build.ssr", "web:build.server", "web:build.bundle"],
Expand Down Expand Up @@ -56,6 +57,7 @@
}
},
"build.pwa": {
"inputs": ["{projectRoot}/pwa-assets.config.ts", "{projectRoot}/public/logo.png"],
"executor": "nx:run-script",
"options": {
"script": "generate-pwa-assets"
Expand Down

0 comments on commit 52b0348

Please sign in to comment.