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 92d69b9 commit 76b67c7Copy full SHA for 76b67c7
package.json
@@ -60,7 +60,7 @@
60
"scripts": {
61
"prepare": "husky",
62
"build": "tsc",
63
- "clean": "find actions auth config data fixtures har utils -type f ! -name '.eslintrc.js' \\( -name '*.js' -o -name '*.d.ts' \\) -delete",
+ "clean": "find actions auth data fixtures har utils -type f ! -name '.eslintrc.js' \\( -name '*.js' -o -name '*.d.ts' \\) -delete",
64
"typecheck": "tsc --noEmit",
65
"lint": "eslint --ext .ts ./",
66
"test": "jest --colors --config=jest.config.js",
0 commit comments