Skip to content

Commit

Permalink
chore: added publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppelt committed Jul 31, 2023
1 parent d220804 commit 74f2013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"generate:template": "ts-node -T scripts/generateTemplateCatalogue",
"prerelease": "ts-node -T scripts/prerelease",
"build": "pnpm run -r --filter=./packages/* --filter=!@httpc/www build",
"publish": "pnpm publish --filter=./packages/* --filter=!@httpc/www",
"test": "pnpm run -r test",
"watch:ts": "tsc --build tsconfig.dev.json --watch --incremental --force"
},
Expand Down

0 comments on commit 74f2013

Please sign in to comment.