Commit 33dd618
committed
fix(ci): simplify npm publishing workflow
- Use direct npm publish instead of custom script
- Setup ~/.npmrc in GitHub Actions (standard approach)
- Add smoke test before publishing (--version check)
- Remove complex npmrc creation logic
- Cleaner, more maintainable workflow1 parent 9010062 commit 33dd618
1 file changed
+15
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
69 | 80 | | |
70 | 81 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments