Skip to content

Commit

Permalink
chore: Update prepack step
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed May 2, 2024
1 parent ff31a44 commit 8ee0014
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/. ."
},
"dependencies": {
"form-data": "4.0.0",
Expand Down

0 comments on commit 8ee0014

Please sign in to comment.