Skip to content

Commit

Permalink
come on deploy script, cooperate!
Browse files Browse the repository at this point in the history
  • Loading branch information
miltoncandelero committed Jan 16, 2023
1 parent 43e4218 commit 8497d28
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 @@ -10,7 +10,8 @@
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"prepublishOnly": "lerna run build",
"publish": "lerna publish --no-private"
"lernaPublish": "lerna publish --no-private",
"lernaPublish:fromPackage": "lerna publish from-package --no-private"
},
"workspaces": [
"packages/*",
Expand Down

0 comments on commit 8497d28

Please sign in to comment.