Skip to content

Commit

Permalink
fix: add pre-publish script (#61)
Browse files Browse the repository at this point in the history
* fix: add pre-publish script
  • Loading branch information
KhudaDad414 committed Nov 10, 2021
1 parent 8fb0f82 commit 108bdad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -21,7 +21,8 @@
"generate:readme:toc": "markdown-toc -i README.md",
"generate:assets": "npm run build && npm run docs && npm run generate:readme:toc",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"release": "semantic-release"
"release": "semantic-release",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 108bdad

Please sign in to comment.