DenoDDeno
Powered by
cleoC
Denoβ€’2y agoβ€’
6 replies
cleo

[SOLVED] Unable to publish to JSR via gh action

I am using wasm to build a package, and I am using esbuild to compile the wasm & js into one js file, and I have added a .d.ts file to type the exported functions. when I run
deno publish
deno publish
locally, it publishes just fine, yet in my github action, it claims there are slow types and gives "error[missing-explicit-return-type]: missing explicit return type in the public API" error, it only gives me this error for the funcitons I have declared in the .d.ts file.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

JSR Publish error
cameronmCcameronm / help
12mo ago
How to publish global types with JSR?
rezi99Rrezi99 / help
2y ago
How to publish in JSR a library with workspaces?
EGamalielGZEEGamalielGZ / help
2y ago
Publish binaries to JSR and load them using Deno.dlopen()
MqxMMqx / help
4mo ago