Skip to content

Commit

Permalink
feat(core): add nx
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarLebuda committed Nov 25, 2024
1 parent efbfe30 commit 147623c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"release": {
"projects": ["*"],
"releaseTagPattern": "v{version}",
"version": {
"generatorOptions": {
"skipLockFileUpdate": true,
"fallbackCurrentVersionResolver": "git-tag",
"currentVersionResolver": "registry"
}
},
"changelog": {
"automaticFromRef": true,
"workspaceChangelog": {
"renderOptions": {
"authors": false
}
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"cache": true
},
"test": {
"dependsOn": ["^build"],
"cache": true
}
}
}

0 comments on commit 147623c

Please sign in to comment.