Skip to content

Commit c0591c6

Browse files
committed
add types files to cleaning script
1 parent c8630ee commit c0591c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"build:types:watch": "tsc -p tsconfig.types.json --watch",
5050
"build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build",
5151
"circularDepCheck": "madge --circular src/index.ts",
52-
"clean": "rimraf build coverage",
52+
"clean": "rimraf build coverage *.d.ts",
5353
"fix": "run-s fix:eslint fix:prettier",
5454
"fix:eslint": "eslint . --format stylish --fix",
5555
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",

0 commit comments

Comments
 (0)