Skip to content

Commit

Permalink
chore: Updated nx.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Oct 31, 2023
1 parent f4d8d2f commit b410e6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"],
"inputs": ["production", "^production", "{workspaceRoot}/force-release"],
"cache": true
},
"version": {
"inputs": ["default", "^production", "{workspaceRoot}/force-release"]
},
"test": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true
Expand Down

0 comments on commit b410e6e

Please sign in to comment.