We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38622c7 commit 4394d90Copy full SHA for 4394d90
.changeset/sad-dogs-tickle.md
@@ -0,0 +1,5 @@
1
+---
2
+"@asyncapi/generator": patch
3
4
+
5
+Ensure transpiled baked-in templates are published to npm. Fixing missing `react-sdk` build.
apps/generator/package.json
@@ -26,8 +26,9 @@
26
"generate:assets": "npm run docs && npm run generate:readme:toc",
27
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
28
"build": "node scripts/build-templates.js",
29
- "pretest": "npm run build",
30
- "prepublishOnly": "npm run build"
+ "build:reactsdk": "cd ../react-sdk && npm run build",
+ "pretest": "npm run build:reactsdk && npm run build",
31
+ "prepublishOnly": "npm run pretest"
32
},
33
"preferGlobal": true,
34
"bugs": {
0 commit comments