Skip to content

Commit

Permalink
add tags to project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Dec 3, 2024
1 parent 427ff76 commit cb5d844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/native/app/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "IslandApp",
"name": "native-app",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/native/app/src",
"projectType": "application",
"tags": [],
"tags": ["scope:js"],
"generators": {},
"targets": {
"start": {
"executor": "@nx/react-native:start",
Expand Down

0 comments on commit cb5d844

Please sign in to comment.