1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00
This commit is contained in:
Kyle Spearrin
2019-09-25 16:10:00 -04:00
parent dff1bb8144
commit 9bb26cb0fa
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 6b82cd0380...971e19335f

View File

@@ -23,7 +23,7 @@
"sub:pull": "git submodule foreach git pull origin master",
"sub:commit": "npm run sub:pull && git commit -am \"update submodule\"",
"postinstall": "./node_modules/.bin/electron-rebuild && npm run sub:init && gulp postinstall",
"simlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"symlink:win": "rm -rf ./jslib && cmd /c mklink /J .\\jslib ..\\jslib",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"build": "concurrently -n Main,Rend -c yellow,cyan \"npm run build:main\" \"npm run build:renderer\"",