Skip to content

Commit

Permalink
Merge pull request #365 from owsas/feature/pref-extends
Browse files Browse the repository at this point in the history
feat(prefjs): Added modules
  • Loading branch information
jcguarinpenaranda authored Mar 3, 2022
2 parents 4483705 + 76892f4 commit 7a1f9ef
Show file tree
Hide file tree
Showing 10 changed files with 8,206 additions and 4,630 deletions.
42 changes: 42 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"extends": "@nrwl/workspace/presets/npm.json",
"npmScope": "root",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
"options": {
"cacheableOperations": [
"build",
"test",
"lint",
"package",
"prepare"
],
"accessToken": "ZDY1OWZiNDAtMjNiYy00OGM5LWE0NDUtYmQzZTZkYTViNGJifHJlYWQtd3JpdGU="
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
],
"prepare": [
{
"target": "prepare",
"projects": "dependencies"
}
],
"package": [
{
"target": "package",
"projects": "dependencies"
}
]
},
"affected": {
"defaultBase": "master"
}
}
Loading

0 comments on commit 7a1f9ef

Please sign in to comment.