Skip to content

Commit

Permalink
fix: transpiled files where not included in package (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed Aug 19, 2021
1 parent c3afad0 commit 8800d65
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 @@ -16,7 +16,8 @@
"get:name": "echo $npm_package_name",
"generate:assets": "npm run build",
"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 8800d65

Please sign in to comment.