mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:53:24 +00:00
feat: actually link expo and nx
This commit is contained in:
13
nx.json
13
nx.json
@@ -11,6 +11,19 @@
|
||||
},
|
||||
"lint": {
|
||||
"cache": true
|
||||
},
|
||||
"@nx/jest:jest": {
|
||||
"cache": true,
|
||||
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
|
||||
"options": {
|
||||
"passWithNoTests": true
|
||||
},
|
||||
"configurations": {
|
||||
"ci": {
|
||||
"ci": true,
|
||||
"codeCoverage": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
|
Reference in New Issue
Block a user