Skip to content

Commit

Permalink
rm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Oct 8, 2024
1 parent 96b3f6d commit 82a917b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"check:biome": "lerna run check:biome --parallel",
"check:biome:fix": "lerna run check:biome:fix --parallel",
"clean": "lerna run clean --parallel && rm -rf node_modules",
"lint": "lerna run lint --parallel",
"publish": "lerna publish -from-package --yes"
"lint": "lerna run lint --parallel"
},
"devDependencies": {
"lerna": "^8.1.8"
Expand Down

0 comments on commit 82a917b

Please sign in to comment.