Skip to content

Commit e2d8d54

Browse files
committed
fix clean script
1 parent 94584e4 commit e2d8d54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
],
9393
"scripts": {
9494
"prepack": "yarn clean && yarn build",
95-
"clean": "rimraf -g \"*.js\" \"*.cjs\" \"*.map\" \"*.d.ts\" \"bundle\"",
95+
"clean": "rimraf -g \"*.js\" \"*.cjs\" \"*.map\" \"*.d.ts\" \"*.d.cts\" \"bundle\"",
9696
"build": "node scripts/build-exports.js",
9797
"test": "node --test --test-reporter spec --test-reporter-destination=stdout",
9898
"test:coverage": "yarn test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info",

0 commit comments

Comments
 (0)