google / ground-platform

Ground hosted components: Web console, Cloud Functions, db config
http://groundplatform.org
Apache License 2.0
203 stars 83 forks source link

[Code health] Decouple npm install, build, test, and start #1831

Open gino-m opened 2 months ago

gino-m commented 2 months ago

It's much more common to call these separately. It also speeds up development, since the entire transitive script tree isn't run on each invocation.