Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prappo committed Aug 18, 2024
1 parent 5f048db commit 8fb1110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"i18n": "wp i18n make-pot . languages/myplugin.pot --domain=myplugin --exclude='*/js/*,build'"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
Expand Down

0 comments on commit 8fb1110

Please sign in to comment.