Skip to content

Commit

Permalink
Merge pull request #7 from L-Qun/feat/nx-cloud/setup
Browse files Browse the repository at this point in the history
feat(nx-cloud): set up nx workspace
  • Loading branch information
L-Qun authored Jan 11, 2025
2 parents bad5def + 51c6ccf commit 66d9f3e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"],
"outputs": [
"{projectRoot}/dist"
],
"cache": true
},
"test": {
Expand All @@ -12,5 +14,6 @@
"cache": true
}
},
"defaultBase": "main"
}
"defaultBase": "main",
"nxCloudId": "67823fee30083968dadda2c9"
}

0 comments on commit 66d9f3e

Please sign in to comment.