Skip to content

Commit

Permalink
small tweak to prepublish build
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed May 23, 2021
1 parent d33841f commit 78fb333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tree-finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean:slate": "yarn run clean && rimraf node_modules",
"postpack": "shx rm README.md LICENSE",
"prepack": "shx cp ../../README.md . && shx cp ../../LICENSE .",
"prepublishOnly": "npm run clean && npm run build && npm run webpack:prod",
"prepublishOnly": "yarn run clean && yarn run webpack:prod",
"svgo": "svgo --config svgo.yaml",
"svgo:uri": "svgo --config svgo.yaml --datauri=base64 -o -",
"webpack": "webpack --color",
Expand Down

0 comments on commit 78fb333

Please sign in to comment.