Skip to content

Commit

Permalink
chore(cli): change project type from library to application
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Oct 6, 2023
1 parent 31a6d07 commit c38c018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cli",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/cli/src",
"projectType": "library",
"projectType": "application",
"targets": {
"build": {
"executor": "@nx/esbuild:esbuild",
Expand Down

0 comments on commit c38c018

Please sign in to comment.