1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +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
npm install
npm reset # Only necessary if you have previously run the CLI app
npm rebuild
npm run reset # Only necessary if you have previously run the CLI app
npm run rebuild
npm run electron
```
@@ -38,7 +38,7 @@ npm run electron
```bash
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
```