Skip to content

Commit f993323

Browse files
committed
add utility command to remove all .d.ts files
1 parent 9dae695 commit f993323

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"test": "c8 node test/coverage.js && node test/modern.mjs",
1717
"coverage": "mkdir -p ./coverage; c8 report --reporter=text-lcov > ./coverage/lcov.info",
1818
"postbuild": "npx tsc -p tsconfig.json && npx tsc -p tsconfig.cjs.json",
19+
"clean": "find ./ -type f -name '*.d.ts' -delete",
1920
"are-types-wrong": "npx attw --pack ."
2021
},
2122
"keywords": [

0 commit comments

Comments
 (0)