Skip to content

Commit

Permalink
fix: include scripts folder into the final npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vilanculo committed Jan 24, 2023
1 parent e92877f commit b870a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"pdf-generator": "./dist/src/index.js"
},
"files": [
"scripts",
"dist",
"README.md",
"CHANGELOG.md"
Expand Down
1 change: 1 addition & 0 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"pdf-generator-service": "./dist/src/pdf-generator-service.js"
},
"files": [
"scripts",
"dist",
"README.md",
"CHANGELOG.md"
Expand Down

0 comments on commit b870a74

Please sign in to comment.