Skip to content

Commit

Permalink
fix for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Oct 15, 2023
1 parent 6cb8805 commit 35a2189
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-taxis-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'trpc-azure-functions-adapter': patch
---

First Release
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"src/**"
],
"scripts": {
"all": "run-s lint test build",
"all": "run-s lint build",
"build": "tsup src/main.ts --dts --format esm,cjs",
"release": "npm run build && changeset publish",
"lint": "tsc --noEmit",
Expand Down
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions src/main.test.ts

This file was deleted.

0 comments on commit 35a2189

Please sign in to comment.