Commit f7c46ed
fix: Update workflow to avoid triggering prepublishOnly in dist/
The workflow was running 'npm version' in the dist/ directory, which
triggered the prepublishOnly script that tried to run build.js (which
doesn't exist in dist/). This fix manually updates the version in
dist/package.json using a node script instead.
✅ Fixes GitHub Actions publish failure
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent bf3f09f commit f7c46ed
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments