Skip to content

Commit

Permalink
Merge branch 'main' into feat/icons-new-structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte authored Jul 18, 2023
2 parents ff1dd75 + 7809bb3 commit 65b19bd
Show file tree
Hide file tree
Showing 4 changed files with 8,532 additions and 6,760 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ storybook-static
dist
tmp
/out-tsc
.stencil

# dependencies
node_modules
Expand Down
42 changes: 21 additions & 21 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"workspaceLayout": {
"appsDir": "apps",
"libsDir": "packages"
},
"extends": "@nrwl/workspace/presets/core.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "atomium-ds",
"affected": {
"defaultBase": "main"
},
"cli": {
"defaultCollection": "@nrwl/workspace"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*",
"tsconfig.base.json": "*",
"nx.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test"]
"cacheableOperations": [
"build",
"lint",
"test"
]
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
},
"pluginsConfig": {
"@nrwl/js": {
"analyzeSourceFiles": true
}
},
"workspaceLayout": {
"appsDir": "apps",
"libsDir": "packages"
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [
"{workspaceRoot}/tsconfig.base.json",
"{workspaceRoot}/nx.json"
],
"production": [
"default"
]
}
}
Loading

0 comments on commit 65b19bd

Please sign in to comment.