Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 648 Bytes

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>