Skip to content

Commit

Permalink
fix: prepack command
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Jan 10, 2025
1 parent e397ab0 commit 7f0ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"format": "prettier . --write --ignore-unknown",
"build": "tsc",
"prepack": "cp -rv dist/. .",
"prepack": "yarn build && cp -rv dist/. .",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 7f0ad8b

Please sign in to comment.