fast&fear< πŸ”₯F
Denoβ€’3mo agoβ€’
4 replies
fast&fear< πŸ”₯

publish error different on CI

I run this command:
pnpm exec deno publish --dry-run --unstable-sloppy-imports --allow-dirty

on my local project and in the CI.
local I don't get any error but the CI(github action) shows some typescript errors like:
TS7053 [ERROR]......
both run the same deno version 2.5.4 and I had the problem early:
What could I do to get Deno to produce the same errors in both environments?
Was this page helpful?