Skip to content

Commit

Permalink
Force check i18n cache when cleaning project
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jan 14, 2022
1 parent f376fdb commit a89bdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"build:gutenberg": "cd gutenberg && npm run build",
"clean": "npm run core clean; npm run clean:gutenberg; npm run clean:i18n",
"clean:gutenberg": "cd gutenberg && npm run clean:packages",
"clean:i18n": "rm -rf src/i18n-cache",
"clean:i18n": "rm -rf src/i18n-cache && npm run i18n:check-cache",
"lint": "eslint . --ext .js",
"lint:fix": "npm run lint -- --fix",
"version": "npm run bundle && git add -A bundle"
Expand Down

0 comments on commit a89bdd7

Please sign in to comment.