diff --git a/packages/bezier-codemod/package.json b/packages/bezier-codemod/package.json index 3d6ffb9f37..41be418281 100644 --- a/packages/bezier-codemod/package.json +++ b/packages/bezier-codemod/package.json @@ -20,7 +20,7 @@ "lint": "TIMING=1 eslint --cache .", "typecheck": "tsc --noEmit", "test": "jest", - "clean": "rm -rf dist node_modules .turbo .eslintcache" + "clean": "rm -rf dist node_modules .turbo .eslintcache .jestcache" }, "files": [ "dist" diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index e98cfe0d66..d90262ab84 100644 --- a/packages/bezier-figma-plugin/package.json +++ b/packages/bezier-figma-plugin/package.json @@ -16,7 +16,7 @@ "lint:style": "stylelint --allow-empty-input --cache '**/*.styled.{js,ts}'", "clean": "run-s 'clean:*'", "clean:build": "rm -rf dist", - "clean:cache": "rm -rf node_modules .turbo .eslintcache" + "clean:cache": "rm -rf node_modules .turbo .eslintcache .jestcache" }, "author": "Channel Corp.", "license": "Apache-2.0", diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index ee5dbd5a92..c9d9810a58 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -38,7 +38,7 @@ "update-snapshot": "jest --updateSnapshot", "clean": "run-s 'clean:*'", "clean:build": "rm -rf dist", - "clean:cache": "rm -rf node_modules .turbo .eslintcache .stylelintcache tsconfig.tsbuildinfo coverage", + "clean:cache": "rm -rf node_modules .turbo .eslintcache .stylelintcache tsconfig.tsbuildinfo coverage .jestcache", "prebuild": "yarn clean:build", "storybook": "start-storybook -p 4101", "build-storybook": "build-storybook",