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 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.
Was this page helpful?