mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Summary: There's no reason to build in `test/js`, since we have e2e tests that build. Details: - Remove superfluous `yarn build` from `test/js` step in CI Relates to #1004 but does not fix it.