do it after npm install

This commit is contained in:
Kyle Spearrin 2019-03-21 08:29:28 -04:00
parent b4534b2498
commit 13868b8287
1 changed files with 1 additions and 1 deletions

View File

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