Skip to content

Commit

Permalink
Merge pull request #2092 from Hyperkid123/nx-release
Browse files Browse the repository at this point in the history
Setting up NX release
  • Loading branch information
Hyperkid123 authored Nov 8, 2024
2 parents 73f860b + d835803 commit 8e19ad4
Show file tree
Hide file tree
Showing 38 changed files with 1,798 additions and 262 deletions.
241 changes: 241 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Empty file added examples/demo/CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion examples/demo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "examples/demo/src",
"projectType": "application",
"tags": [],
"tags": ["scope:private"],
"// targets": "to see all targets run: nx show project demo --web",
"targets": {}
}
17 changes: 17 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectName}"
}
},
"build": {
"dependsOn": ["^build"],
"cache": true
Expand Down Expand Up @@ -54,6 +59,18 @@
"componentTestingTargetName": "component-test",
"ciTargetName": "e2e-ci"
}
},
{
"plugin": "@nx/js/typescript",
"options": {
"typecheck": {
"targetName": "tsc:typecheck"
},
"build": {
"targetName": "tsc:build",
"configName": "tsconfig.lib.json"
}
}
}
],
"generators": {
Expand Down
Loading

0 comments on commit 8e19ad4

Please sign in to comment.