Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tungv/jsr-publish-fails-repro
https://github.com/tungv/jsr-publish-fails-repro
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tungv/jsr-publish-fails-repro
- Owner: tungv
- Created: 2024-07-04T15:21:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T15:24:26.000Z (6 months ago)
- Last Synced: 2024-12-12T12:48:54.273Z (16 days ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Reproduction steps
```
npx jsr publish
```Expected
```
Checking for slow types in the public API...
Publishing @jerni/[email protected] ...
Successfully published @jerni/[email protected]
Visit https://jsr.io/@jerni/[email protected] for detailsCompleted in 3s
```Actual
```
Downloading JSR binary...
[00:00] [################################################>-] 37.5 MiB/38.3 MiB
Checking for slow types in the public API...
Publishing @jerni/[email protected] ...
error: Failed to publish @jerni/[email protected]Caused by:
Failed to publish @jerni/publish-test at 0.0.3: failed to build module graph: Module not found "file:///src/lodash".
at file:///src/index.ts:1:15
Child process exited with: 1
```