Skip to content

Commit

Permalink
Merge pull request #101 from getlarge/feat/nx-cloud/setup
Browse files Browse the repository at this point in the history
feat(nx-cloud): setup nx workspace
  • Loading branch information
getlarge authored Jul 24, 2024
2 parents 938be69 + 1bbac26 commit 4da75ae
Showing 1 changed file with 8 additions and 33 deletions.
41 changes: 8 additions & 33 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": true
}
},
"pluginsConfig": { "@nx/js": { "analyzeSourceFiles": true } },
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
Expand All @@ -16,21 +12,12 @@
"release": {
"projects": ["packages/*"],
"projectsRelationship": "independent",
"changelog": {
"projectChangelogs": {
"createRelease": "github"
}
},
"changelog": { "projectChangelogs": { "createRelease": "github" } },
"version": {
"conventionalCommits": true,
"generatorOptions": {
"skipLockFileUpdate": true
}
"generatorOptions": { "skipLockFileUpdate": true }
},
"git": {
"commit": true,
"tag": true
}
"git": { "commit": true, "tag": true }
},
"targetDefaults": {
"build": {
Expand All @@ -41,27 +28,15 @@
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^default", "{workspaceRoot}/jest.preset.js"],
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
"options": { "passWithNoTests": true },
"configurations": { "ci": { "ci": true, "codeCoverage": true } }
},
"nx-release-publish": {
"options": {
"packageRoot": "dist/{projectRoot}",
"registry": "https://registry.npmjs.org/"
},
"dependsOn": [
{
"target": "build",
"params": "forward"
}
]
"dependsOn": [{ "target": "build", "params": "forward" }]
},
"@nx/eslint:lint": {
"cache": true,
Expand All @@ -73,6 +48,6 @@
]
}
},
"nxCloudAccessToken": "ZDU0ZWUwNDktM2YzZC00ODgzLWFiNTktYzQzNDVmOWZlNTE0fHJlYWQtd3JpdGU=",
"nxCloudAccessToken": "ODFiNmMyMzAtODQ1OS00NGQzLWJjYmYtNzA2MmNlMTc2NTc5fHJlYWQtd3JpdGU=",
"useInferencePlugins": false
}

0 comments on commit 4da75ae

Please sign in to comment.