updatesub script

This commit is contained in:
Kyle Spearrin 2018-02-19 21:02:31 -05:00
parent eb6be10415
commit a32fff16a2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
},
"license": "GPL-3.0",
"scripts": {
"updatejslib": "git submodule update --remote",
"updatesub": "git submodule update --remote",
"postinstall": "./node_modules/.bin/electron-rebuild",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",