Skip to content

Commit

Permalink
Merge pull request #4474 from wordpress-mobile/fix/clean-i18n-cache-c…
Browse files Browse the repository at this point in the history
…ommand

Force check i18n cache when cleaning project
  • Loading branch information
guarani committed Jan 14, 2022
2 parents f376fdb + a89bdd7 commit c02c750
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 c02c750

Please sign in to comment.