google / ground-platform

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

Decouple test and lint npm scripts #1883

Closed gino-m closed 3 weeks ago

gino-m commented 3 weeks ago

This prevents lint from running on every invocation of npm run test. CI now invokes lint explicitly as a separate step.

@os-micmec PTAL?