Skip to content

Commit

Permalink
fix: Repair package publishing workflow (this release doesn't include…
Browse files Browse the repository at this point in the history
… any library changes)
  • Loading branch information
amannn committed Oct 9, 2024
1 parent 0fd7ae8 commit ceba9ae
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 @@ -5,7 +5,7 @@
"build": "turbo run build --env-mode=loose",
"test": "turbo run test --concurrency 1 --env-mode=loose",
"lint": "turbo run lint --env-mode=loose",
"prepare": "turbo run build --filter './packages/**' --env-mode=loose",
"postinstall": "turbo run build --filter './packages/**' --env-mode=loose",
"size": "turbo run size --env-mode=loose",
"publish": "lerna publish"
},
Expand Down

0 comments on commit ceba9ae

Please sign in to comment.