mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
build:watch
This commit is contained in:
parent
291250653f
commit
9ac6f5db1f
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user