LeastAuthority / Transfer

File transfer app that uses the magic wormhole protocol
MIT License
11 stars 3 forks source link

CI should also build the code #92

Closed vu3rdd closed 2 years ago

vu3rdd commented 2 years ago

Right now, CI runs a server tries to run the tests and runs the linter.

But it can also do a yarn build to generate the dist directory. That way, one more step in the actual deployment workflow is tested by the CI process.