Skip to content

Latest commit

 

History

History
 
 

web

codecov

Ground web console

This page describes additional npm scripts for use when developing the Ground web console. Be sure to follow instructions in <../README.md> before proceeding.

Running tests

To run tests locally in a browser:

npm run test

To execute the end-to-end tests:

npm run e2e

Deploying web app only

To deploy the web app without updating Cloud Functions or Firebase config, from the current directory:

npm run deploy <project-id>