Skip to content

Commit

Permalink
ci: added nx
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed Apr 9, 2024
1 parent 36723b7 commit ce07712
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 5 deletions.
6 changes: 1 addition & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": [
"react-adapter/*",
"react-uploader/*"
]
"version": "0.0.0"
}
25 changes: 25 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"targetDefaults": {
"dev": {
"cache": true,
"dependsOn": [
"^dev"
]
},
"build": {
"cache": true,
"dependsOn": [
"^build"
]
},
"preview": {
"dependsOn": []
},
"test": {
"cache": true,
"dependsOn": [
"^test"
]
}
}
}
22 changes: 22 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce07712

Please sign in to comment.