Skip to content

Commit

Permalink
chore: add private reference for publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Dec 17, 2024
1 parent 36c0a95 commit 90589c3
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 @@ -14,7 +14,8 @@
"test:eslint": "lerna run test:eslint",
"test:format": "pnpm run prettier --check",
"test:knip": "knip",
"prepare": "husky install && playwright install chromium"
"prepare": "husky install && playwright install chromium",
"do:publish": "lerna publish --no-private"
},
"devDependencies": {
"@tanstack/config": "^0.14.2",
Expand Down

0 comments on commit 90589c3

Please sign in to comment.