Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SangTran-127 committed Sep 1, 2024
2 parents 1700d0b + b36574e commit 9c4ae7e
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,18 @@
{
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": false
}
},
"pluginsConfig": { "@nx/js": { "analyzeSourceFiles": false } },
"extends": "nx/presets/npm.json",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"nxCloudAccessToken": "MDFlNWExYTQtMzgzNy00ZWJmLWE3YmYtMjhlMzhjZmI4ZmUzfHJlYWQtd3JpdGU=",
"nxCloudAccessToken": "NzM1OTg4YjktNDZhYS00YWY4LTljZmQtNTA3ZWM4MjQ2ZWYyfHJlYWQtd3JpdGU=",
"namedInputs": {
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"]
},
"plugins": [
{
"plugin": "@nx/rollup/plugin",
"options": {
"buildTargetName": "build"
}
},
{
"plugin": "@nx/eslint/plugin",
"options": {
"targetName": "lint"
}
"options": { "buildTargetName": "build" }
},
{
"plugin": "@nx/jest/plugin",
"options": {
"targetName": "test"
}
}
{ "plugin": "@nx/eslint/plugin", "options": { "targetName": "lint" } },
{ "plugin": "@nx/jest/plugin", "options": { "targetName": "test" } }
],
"release": {
"version": {
"preVersionCommand": "yarn nx run-many -t build"
}
}
"release": { "version": { "preVersionCommand": "yarn nx run-many -t build" } }
}

0 comments on commit 9c4ae7e

Please sign in to comment.