Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sad-dogs-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@asyncapi/generator": patch
---

Ensure transpiled baked-in templates are published to npm. Fixing missing `react-sdk` build.
5 changes: 3 additions & 2 deletions apps/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"generate:assets": "npm run docs && npm run generate:readme:toc",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"build": "node scripts/build-templates.js",
"pretest": "npm run build",
"prepublishOnly": "npm run build"
"build:reactsdk": "cd ../react-sdk && npm run build",
"pretest": "npm run build:reactsdk && npm run build",
"prepublishOnly": "npm run pretest"
},
"preferGlobal": true,
"bugs": {
Expand Down
Loading