Skip to content

Commit

Permalink
Cleanup (#1822)
Browse files Browse the repository at this point in the history
* frontend:serve should not depend on gen-file

* remove unused lines in .gitattributes
  • Loading branch information
eeeqeee authored Mar 24, 2024
1 parent 633273c commit 4263ac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
*_gen.json -diff -merge linguist-generated
*.gen.json -diff -merge linguist-generated
*.gen.ts -diff -merge linguist-generated
3 changes: 1 addition & 2 deletions apps/frontend/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"production": {
"buildTarget": "frontend:build-vite:production"
}
},
"dependsOn": ["^gen-file"]
}
},
"preview": {
"executor": "@nx/vite:preview-server",
Expand Down

0 comments on commit 4263ac4

Please sign in to comment.