Set up CI for this template
fitzgen opened this issue · 2 comments
fitzgen commented
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?
fitzgen commented
For reference, here is the (very simple) create-wasm-app
CI config: https://github.com/rustwasm/create-wasm-app/blob/master/.travis.yml
sendilkumarn commented
waiting for wasm-pack build command