rustwasm/rust-webpack-template

Set up CI for this template

fitzgen opened this issue · 2 comments

CI should

  • run the local version of the template (not 100% sure how to do this with npm init and local packages)
  • verify that it builds afterwards (npm run build)

am I missing anything else it should do?

For reference, here is the (very simple) create-wasm-app CI config: https://github.com/rustwasm/create-wasm-app/blob/master/.travis.yml

waiting for wasm-pack build command