stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.06k stars 859 forks source link

Run `npm run build` as part of the github actions #18

Closed paulbellamy closed 1 year ago

paulbellamy commented 1 year ago

What problem does your feature solve?

A bunch of simple bugs had crept into the build, because I don't run it often.

What would you like to see?

Add a github PR workflow, which would run npm run build to check it all compiles as expected.

What alternatives are there?