|
|
|
|
@ -29,7 +29,7 @@
@@ -29,7 +29,7 @@
|
|
|
|
|
"dist:bit:selfhost": "npm run build:bit:selfhost:prod", |
|
|
|
|
"deploy": "npm run dist:bit && gh-pages -d build", |
|
|
|
|
"deploy:dev": "npm run dist:bit && gh-pages -d build -r git@github.com:kspearrin/bitwarden-web-dev.git", |
|
|
|
|
"lint": "tslint 'src/**/*.ts' 'bitwarden_license/src/**/*.ts' || true", |
|
|
|
|
"lint": "tslint 'src/**/*.ts' 'bitwarden_license/src/**/*.ts'", |
|
|
|
|
"lint:fix": "tslint 'src/**/*.ts' 'bitwarden_license/src/**/*.ts' --fix" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
|