Skip to content

Commit

Permalink
feat: build react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 2, 2024
1 parent 4cdeda8 commit 7f7f90a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsdx build --tsconfig tsconfig.build.json",
"clean": "rimraf ./dist"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
Expand Down
13 changes: 13 additions & 0 deletions packages/react-native/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "react-native",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/react-native/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project react --web",
"targets": {
"build": {
"command": "tsdx build --tsconfig tsconfig.build.json"
}
}
}

0 comments on commit 7f7f90a

Please sign in to comment.