Closed Twixes closed 3 years ago
This fixes test failures seen in https://github.com/PostHog/plugin-server/pull/558 by making sure sure the version of tsc that's specified in package.json is used in CI (it already was in the compilation process).
tsc
package.json
Change pulled out from #555.
Supersedes #559.
Changes
This fixes test failures seen in https://github.com/PostHog/plugin-server/pull/558 by making sure sure the version of
tsc
that's specified inpackage.json
is used in CI (it already was in the compilation process).Change pulled out from #555.
Supersedes #559.