Skip to content

Commit 76b67c7

Browse files
authored
fix: removed config from clean script (#29)
1 parent 92d69b9 commit 76b67c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"scripts": {
6161
"prepare": "husky",
6262
"build": "tsc",
63-
"clean": "find actions auth config data fixtures har utils -type f ! -name '.eslintrc.js' \\( -name '*.js' -o -name '*.d.ts' \\) -delete",
63+
"clean": "find actions auth data fixtures har utils -type f ! -name '.eslintrc.js' \\( -name '*.js' -o -name '*.d.ts' \\) -delete",
6464
"typecheck": "tsc --noEmit",
6565
"lint": "eslint --ext .ts ./",
6666
"test": "jest --colors --config=jest.config.js",

0 commit comments

Comments
 (0)