mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
clean on build and build:watch
This commit is contained in:
@@ -13,9 +13,9 @@
|
|||||||
},
|
},
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "rimraf dist/**/*",
|
"clean": "rimraf dist/**/*",
|
||||||
"build": "tsc",
|
"build": "npm run clean && tsc",
|
||||||
"build:watch": "tsc -watch",
|
"build:watch": "npm run clean && tsc -watch",
|
||||||
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix",
|
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix",
|
||||||
"test": "karma start ./spec/support/karma.conf.js --single-run",
|
"test": "karma start ./spec/support/karma.conf.js --single-run",
|
||||||
|
|||||||
Reference in New Issue
Block a user