Skip to content

Commit

Permalink
chore: update root scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Aug 16, 2022
1 parent 29e7bc3 commit 8b33c97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@ddadaal/tsgrpc",
"scripts": {
"build": "pnpm -r run build",
"test": "pnpm -r run test"
"build": "pnpm --filter \"!tsgrpc-example\" run build",
"test": "pnpm -r run test",
"publish": "pnpm --filter \"!tsgrpc-example\" publish"
},
"devDependencies": {
"@changesets/cli": "2.24.3",
Expand Down

0 comments on commit 8b33c97

Please sign in to comment.