Skip to content

Commit f3f8fe7

Browse files
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

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ jobs:
4343
run: npm install -g npm@latest
4444

4545
- run: npm publish
46+
working-directory: javascript

0 commit comments

Comments
 (0)