Skip to content

Commit

Permalink
chore: fix publish path for debugger (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto authored Apr 24, 2024
1 parent aaf1240 commit d0801c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web-debugger/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/lib/debugger",
"outputPath": "dist/lib/web-debugger",
"main": "lib/web-debugger/index.ts",
"tsConfig": "lib/web-debugger/tsconfig.lib.json",
"assets": ["lib/web-debugger/*.md"]
Expand Down

0 comments on commit d0801c4

Please sign in to comment.