We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68a77f commit 0547a56Copy full SHA for 0547a56
package.json
@@ -17,6 +17,7 @@
17
"add-contributor": "all-contributors add",
18
"fmt": "prettier --write '**/*.{json,js,md}'",
19
"example": "./cli.js -l=en,ja -o example/i18n -d en --extractFromFormatMessageCall=true 'example/**/*.{js,tsx}'",
20
+ "prepublish": "npm run build",
21
"build": "tsc",
22
"lint": "eslint src/**/*.ts --fix --cache",
23
"test": "npm run lint && jest"
0 commit comments