Skip to content

Commit

Permalink
Fix: Re-add preinstall to create CommonJS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhutchings committed Mar 13, 2023
1 parent f0b1497 commit b780c75
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 @@ -22,6 +22,7 @@
"build:docs": "documentation build ./src/index.js -f html -g -o docs -t ./docs-theme/index.cjs",
"build:types": "jsdoc -p -t node_modules/tsd-jsdoc/dist -r ./src -d types",
"prepublishOnly": "run-s build:**",
"preinstall": "run-s build:lib",
"release": "standard-version"
},
"repository": {
Expand Down

0 comments on commit b780c75

Please sign in to comment.