build: clean target needs to also remove the incremental build file
This commit is contained in:
parent
93c786eb23
commit
4da4f98ce1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
"barrels": "barrelsby --delete --location all --directory src --exclude '(tests|cli|tools)'",
|
||||
"prebuild": "run-s barrels lint format clean",
|
||||
"build": "tsc",
|
||||
"clean": "rimraf lib",
|
||||
"clean": "rimraf lib *.tsbuildinfo",
|
||||
"commitmsg": "commitlint -E GIT_PARAMS",
|
||||
"format": "prettier src --write \"**/*.ts\" --loglevel warn",
|
||||
"lint": "eslint -c .eslintrc.yml src/**/*.ts --fix",
|
||||
|
|
Loading…
Reference in a new issue