Skip to content

Commit 0547a56

Browse files
committed
chore(npm): add prepublish
1 parent d68a77f commit 0547a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"add-contributor": "all-contributors add",
1818
"fmt": "prettier --write '**/*.{json,js,md}'",
1919
"example": "./cli.js -l=en,ja -o example/i18n -d en --extractFromFormatMessageCall=true 'example/**/*.{js,tsx}'",
20+
"prepublish": "npm run build",
2021
"build": "tsc",
2122
"lint": "eslint src/**/*.ts --fix --cache",
2223
"test": "npm run lint && jest"

0 commit comments

Comments
 (0)