publish error different on CI
I run this command:
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?
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?
