Skip to content

Commit

Permalink
bring prepare back
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 13, 2024
1 parent 6469938 commit 39bfee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"scripts": {
"start": "tsc --watch",
"bundle": "webpack",
"prepare": "npm run bundle",
"prepack": "npm run bundle && cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
"postpack": "rm -rf ./README.md && rm -rf ./LICENSE",
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
Expand Down

0 comments on commit 39bfee6

Please sign in to comment.