1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-26 13:03:14 +00:00

sub scripts

This commit is contained in:
Kyle Spearrin
2018-05-14 23:58:35 -04:00
parent 4326cec40c
commit 53ea650473
2 changed files with 4 additions and 45 deletions

View File

@@ -16,6 +16,10 @@
},
"license": "GPL-3.0",
"scripts": {
"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 --config webpack.config.js",
"build:watch": "webpack --config webpack.config.js --watch",
@@ -36,7 +40,6 @@
"ts-loader": "^3.5.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"ts-node": "^6.0.3",
"typescript": "^2.7.1",
"webpack": "^3.10.0"
},