1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02:00

build:watch

This commit is contained in:
Kyle Spearrin 2018-04-17 16:17:04 -04:00
parent 291250653f
commit 9ac6f5db1f

View File

@ -15,7 +15,7 @@
"scripts": { "scripts": {
"prebuild": "rimraf dist/**/*", "prebuild": "rimraf dist/**/*",
"build": "tsc", "build": "tsc",
"start": "tsc -watch", "build:watch": "tsc -watch",
"lint": "tslint src/**/*.ts || true", "lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix", "lint:fix": "tslint src/**/*.ts --fix",
"test": "karma start --single-run", "test": "karma start --single-run",