1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

do it after npm install

This commit is contained in:
Kyle Spearrin
2019-03-21 08:29:28 -04:00
parent b4534b2498
commit 13868b8287

View File

@@ -70,8 +70,8 @@ We provide detailed documentation and examples for using the CLI in our help cen
**Run the app**
```bash
npm run sub:init
npm install
npm run sub:init # initialize the git submodule for jslib
npm run build:watch
```