Skip to content

Commit

Permalink
fix(app-builder): correct npm package files
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Feb 22, 2023
1 parent 0432964 commit af66b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
},
"types": "./dist/index.d.ts",
"bin": {
"pdk-builder": "./dist/index.js"
"pdk-builder": "./bin/index.js"
},
"files": [
"bin",
"dist",
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ __metadata:
supports-color: ^9.3.1
tsup: ^6.6.3
bin:
pdk-builder: ./dist/index.js
pdk-builder: ./bin/index.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit af66b63

Please sign in to comment.