Skip to content

Commit 3801c2b

Browse files
author
Clement Hoang
committed
Update cleanup script
1 parent 0ac2387 commit 3801c2b

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
@@ -83,7 +83,7 @@
8383
"netlify": "yarn install && yarn build",
8484
"prettier": "prettier --config .prettierrc --write \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
8585
"prettier:diff": "prettier --config .prettierrc --list-different \"{gatsby-*.js,{flow-typed,plugins,src}/**/*.js}\"",
86-
"reset": "rimraf ./.cache"
86+
"reset": "rimraf ./.cache && rimraf ./crowdin/__translations && find crowdin/translations -type l -not -name '*en-US' -delete"
8787
},
8888
"devDependencies": {
8989
"eslint-config-prettier": "^2.6.0",

0 commit comments

Comments
 (0)