Skip to content

Commit

Permalink
fix build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Nov 13, 2024
1 parent ec7e59d commit db6b2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist"],
"outputs": ["{workspaceRoot}/dist"],
"cache": true
},
"test": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"libraries/*"
],
"scripts": {
"test": "nx test",
"lint": "nx lint",
"test": "nx run-many -t test",
"lint": "nx run-many -t lint",
"build": "nx build",
"build:typecheck": "nx build:typecheck",
"dead-code": "npm run dead-code:base -- --include files,duplicates,dependencies,classMembers,binaries,enumMembers,nsTypes,exports,nsExports",
Expand Down

0 comments on commit db6b2f3

Please sign in to comment.