This page describes additional npm scripts for use when developing the Ground web console. Be sure to follow instructions in <../README.md> before proceeding.
To run tests locally in a browser:
npm run test
To execute the end-to-end tests:
npm run e2e
To deploy the web app without updating Cloud Functions or Firebase config, from the current directory:
npm run deploy <project-id>