Skip to content

Commit f3f322c

Browse files
committed
Update package.json
1 parent 9d63b2d commit f3f322c

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
@@ -130,7 +130,7 @@
130130
"yarn-deduplicate": "^1.1.1"
131131
},
132132
"scripts": {
133-
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",
133+
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete && rm -rf node_modules/.cache",
134134
"test": "jest",
135135
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
136136
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",

0 commit comments

Comments
 (0)