Commit f3f8fe7
committed
Fix npm publish workflow
Last one didn't work out:
```
Run npm publish
npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.
npm error code ENOENT
npm error syscall open
npm error path /home/runner/work/prism/prism/package.json
npm error errno -2
npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/runner/work/prism/prism/package.json'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-10-16T12_44_21_684Z-debug-0.log
```1 parent 5e0f47b commit f3f8fe7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
0 commit comments