Skip to content

Commit

Permalink
Replace ts-emit-clean with ts --build --clean.
Browse files Browse the repository at this point in the history
Fixes benjamn#768.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed May 25, 2022
1 parent f1c8ff5 commit ccc1e59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
20 changes: 0 additions & 20 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 @@ -31,7 +31,7 @@
"gen": "ts-node --transpile-only script/gen-types.ts",
"mocha": "test/run.sh",
"test": "npm run gen && npm run build && npm run mocha",
"clean": "ts-emit-clean",
"clean": "tsc --build --clean",
"build": "tsc && ts-add-module-exports",
"prepare": "npm run clean && npm run gen && npm run build",
"postpack": "npm run clean"
Expand All @@ -55,7 +55,6 @@
"recast": "0.20.5",
"reify": "0.20.12",
"ts-add-module-exports": "1.0.0",
"ts-emit-clean": "1.0.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
Expand Down

0 comments on commit ccc1e59

Please sign in to comment.