manual sub:init needed

This commit is contained in:
Kyle Spearrin 2019-03-21 08:08:46 -04:00
parent 042201e895
commit 36872bbdda
3 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ 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 build:watch
```

View File

@ -73,6 +73,7 @@ build_script:
if defined VER_INFO ResourceHacker -open %WIN_PKG% -save %WIN_PKG% -action delete -mask ICONGROUP,1,
if defined VER_INFO ResourceHacker -open version-info.rc -save version-info.res -action compile
if defined VER_INFO ResourceHacker -open %WIN_PKG% -save %WIN_PKG% -action addoverwrite -resource version-info.res
- cmd: npm run sub:init
- cmd: npm install
- cmd: npm run dist
- cmd: 7z a ./dist/bw-windows-%PACKAGE_VERSION%.zip ./dist/windows/bw.exe

View File

@ -20,7 +20,6 @@
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"postinstall": "npm run sub:init",
"clean": "rimraf dist/**/*",
"build": "webpack",
"build:watch": "webpack --watch",