Skip to content

Commit

Permalink
fix: nx
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Oct 17, 2024
1 parent 12390b7 commit ca28a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inputs": ["default", "^production"],
"outputs": ["{projectRoot}/dist"],
"dependsOn": ["^build"],
"cache": true
"cache": false
},
"build": {
"inputs": ["default", "^production"],
Expand Down
3 changes: 2 additions & 1 deletion packages/erd-editor-vscode-webview/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"targets": {
"build": {
"outputs": ["{workspaceRoot}/packages/erd-editor-vscode/public"]
"outputs": ["{workspaceRoot}/packages/erd-editor-vscode/public"],
"cache": false
}
}
}

0 comments on commit ca28a7f

Please sign in to comment.