publish npm package via changeset

This commit is contained in:
Matthias Nannt
2022-11-15 16:13:31 +01:00
parent 2a05dcbde2
commit 0e946c7692
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@formbricks/react": patch
---
republish

View File

@@ -17,7 +17,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"generate": "turbo run generate",
"lint": "turbo run lint",
"release": "turbo run build --filter=web^... && changeset publish"
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",