Skip to content

Commit f2b7f1f

Browse files
dont publish lib (#717)
* dont publish lib * changeset
1 parent 78f321f commit f2b7f1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/happy-toes-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
don't publish uncompiled ts to npm

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"release-canary": "pnpm run build && changeset version --snapshot && changeset publish --tag alpha"
4141
},
4242
"files": [
43-
"dist/**",
44-
"lib/**"
43+
"dist/**"
4544
],
4645
"keywords": [],
4746
"author": "Browserbase",

0 commit comments

Comments
 (0)