Skip to content

Commit

Permalink
Replace ts-emit-clean with tsc --build --clean.
Browse files Browse the repository at this point in the history
See benjamn/ast-types#768.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk authored and coderaiser committed May 27, 2022
1 parent 9d87deb commit 25edfcd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 48 deletions.
70 changes: 24 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "npm run clean && tsc",
"lint": "eslint --ext .ts .",
"format": "prettier --write .",
"clean": "ts-emit-clean",
"clean": "tsc --build --clean",
"prepare": "npm run build",
"postpack": "npm run clean"
},
Expand Down Expand Up @@ -64,7 +64,6 @@
"mocha": "9.0.2",
"prettier": "^2.6.2",
"reify": "0.20.12",
"ts-emit-clean": "1.0.0",
"typescript": "^4.3.5"
},
"engines": {
Expand Down

0 comments on commit 25edfcd

Please sign in to comment.