Skip to content

Commit

Permalink
fix config, project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Nov 15, 2024
1 parent 6614df1 commit 2b463a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
13 changes: 0 additions & 13 deletions applications/browser-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,5 @@
},
"msw": {
"workerDirectory": "public"
},
"nx": {
"targets": {
"build": {
"outputs": [
"{workspaceRoot}/dist"
],
"cache": true,
"dependsOn": [
"^build"
]
}
}
}
}
9 changes: 9 additions & 0 deletions applications/browser-extension/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist"],
"cache": true,
"dependsOn": ["^build"]
}
}
}
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"targetName": "typecheck"
},
"build": {
"targetName": "tsc:build",
"targetName": "build",
"configName": "tsconfig.lib.json"
}
}
Expand Down

0 comments on commit 2b463a2

Please sign in to comment.