skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

Combine npm scripts and fix minify error when first build #118

Closed dcalsky closed 4 years ago

dcalsky commented 4 years ago

Remove duplicate npm scripts, use tsc --build instruction to specify project to build and fix the error(cannot find dist/webapp.js file) when execute webapp script.

skanaar commented 4 years ago

Thank you 🙏