Skip to content

Commit ccc1e59

Browse files
committed
Replace ts-emit-clean with ts --build --clean.
Fixes #768. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent f1c8ff5 commit ccc1e59

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gen": "ts-node --transpile-only script/gen-types.ts",
3232
"mocha": "test/run.sh",
3333
"test": "npm run gen && npm run build && npm run mocha",
34-
"clean": "ts-emit-clean",
34+
"clean": "tsc --build --clean",
3535
"build": "tsc && ts-add-module-exports",
3636
"prepare": "npm run clean && npm run gen && npm run build",
3737
"postpack": "npm run clean"
@@ -55,7 +55,6 @@
5555
"recast": "0.20.5",
5656
"reify": "0.20.12",
5757
"ts-add-module-exports": "1.0.0",
58-
"ts-emit-clean": "1.0.0",
5958
"ts-node": "10.4.0",
6059
"typescript": "4.5.2"
6160
},

0 commit comments

Comments
 (0)