Skip to content

Commit

Permalink
Fix npm publication (include README)
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed Aug 4, 2021
1 parent 8ce54a9 commit 58d1928
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"jsdoc": "jsdoc2md server.js | sed 's/^### $//' > .github/README.md",
"build.original": "npm run audit && npm run lint && npm run hint && npm test && npm run browserify && npm run jsdoc",
"build": "npm run audit && npm run hint && npm test && npm run browserify && npm run jsdoc",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepublishOnly": "cp .github/README.md .",
"postpublish": "rm -f README.md"
},
"engines": {
"node": "14 || 16",
Expand Down

0 comments on commit 58d1928

Please sign in to comment.