Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Mar 24, 2020
1 parent c8ea01c commit c13df01
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 @@ -15,7 +15,8 @@
"main": "dist/index.js",
"scripts": {
"fmt": "prettier --write .",
"example": "./cli.js -l=en,ja -o example/i18n -d en --extractFromFormatMessageCall=true 'example/**/*.{js,tsx}'",
"example": "./cli.js -l=en,ja -o example/i18n -d en 'example/**/*.{js,tsx}'",
"example:yaml": "./cli.js -l=en,ja -f=yaml -o example/i18n -d en 'example/**/*.{js,tsx}'",
"prepublish": "npm run build",
"build": "tsc",
"lint": "eslint src/**/*.ts --fix --cache",
Expand Down

0 comments on commit c13df01

Please sign in to comment.