Skip to content

Commit

Permalink
fix(install): add postinstall.js to published files
Browse files Browse the repository at this point in the history
postinstall tries to run the postinstall.js script, but the script is not included in the dist
package
  • Loading branch information
jgroth authored and adrianschmidt committed Sep 10, 2019
1 parent f0f140f commit ba12d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"types": "dist/types/interface.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
"dist/",
"postinstall.js"
],
"scripts": {
"postinstall": "node postinstall.js",
Expand Down

0 comments on commit ba12d3b

Please sign in to comment.