Skip to content

Commit

Permalink
fix(Package.json): scripts dir should be included in npm published …
Browse files Browse the repository at this point in the history
…package

Since we are utilising the post install hook on package.json that invokes a script inside the
`scripts` folder, it is necessary that the contents of this directory are included as part of the
npm published package.
  • Loading branch information
brikendr committed Sep 11, 2019
1 parent 1d27e81 commit 2e1e38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"files": [
"lib",
"scripts",
"manifest.json",
"README.md"
],
Expand Down

0 comments on commit 2e1e38b

Please sign in to comment.