1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +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": {
"prebuild": "rimraf dist/**/*",
"build": "tsc",
"start": "tsc -watch",
"build:watch": "tsc -watch",
"lint": "tslint src/**/*.ts || true",
"lint:fix": "tslint src/**/*.ts --fix",
"test": "karma start --single-run",