We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f2813 commit 6f657d3Copy full SHA for 6f657d3
packages/gatsby/package.json
@@ -49,7 +49,7 @@
49
"build:types:watch": "tsc -p tsconfig.types.json --watch",
50
"build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build",
51
"circularDepCheck": "madge --circular src/index.ts",
52
- "clean": "rimraf build coverage",
+ "clean": "rimraf build coverage *.d.ts",
53
"fix": "run-s fix:eslint fix:prettier",
54
"fix:eslint": "eslint . --format stylish --fix",
55
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",
0 commit comments