Remove redundant local command

This commit is contained in:
Ben Goldsworthy 2021-03-20 23:39:11 +00:00
parent d03811c99a
commit 6d5c1af3ee

View file

@ -85,10 +85,6 @@ Environment variables are found in `src/environments/environment.⟨environment
- Run `npm run start:dev` to start in development mode using Angular. - Run `npm run start:dev` to start in development mode using Angular.
- Run `npm run build:dev` to build in development mode using Angular. - Run `npm run build:dev` to build in development mode using Angular.
### Local
- Run `npm run start:local` to start in local mode using Angular.
### Production ### Production
- Run `npm run start:prod` to start in production mode using Angular. - Run `npm run start:prod` to start in production mode using Angular.