1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-10 05:13:17 +00:00

added missing runs

This commit is contained in:
Kyle Spearrin
2019-03-15 23:09:02 -04:00
parent f83e97abfc
commit e51a70f7b9

View File

@@ -29,8 +29,8 @@ The application is written using Electron with Angular and installs on Windows,
```bash ```bash
npm install npm install
npm reset # Only necessary if you have previously run the CLI app npm run reset # Only necessary if you have previously run the CLI app
npm rebuild npm run rebuild
npm run electron npm run electron
``` ```
@@ -38,7 +38,7 @@ npm run electron
```bash ```bash
npm install npm install
npm reset # Only necessary if you have previously run the desktop app npm run reset # Only necessary if you have previously run the desktop app
npm run build:cli:watch npm run build:cli:watch
``` ```