fix: publish built-in nodes package (#506)

This commit is contained in:
Aymeric Rabot
2026-07-17 19:07:12 +02:00
committed by GitHub
parent ae87ca5475
commit cdf026bb92
2 changed files with 25 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@
"release:viewer": "gh workflow run release.yml -f package=viewer -f bump=patch",
"release:core": "gh workflow run release.yml -f package=core -f bump=patch",
"release:editor": "gh workflow run release.yml -f package=editor -f bump=patch",
"release:nodes": "gh workflow run release.yml -f package=nodes -f bump=patch",
"release:mcp": "gh workflow run release.yml -f package=mcp -f bump=patch",
"release:minor": "gh workflow run release.yml -f package=all -f bump=minor",
"release:major": "gh workflow run release.yml -f package=all -f bump=major"