Skip to content

Commit

Permalink
chore(npm): add prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Sep 2, 2019
1 parent d68a77f commit 0547a56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"add-contributor": "all-contributors add",
"fmt": "prettier --write '**/*.{json,js,md}'",
"example": "./cli.js -l=en,ja -o example/i18n -d en --extractFromFormatMessageCall=true 'example/**/*.{js,tsx}'",
"prepublish": "npm run build",
"build": "tsc",
"lint": "eslint src/**/*.ts --fix --cache",
"test": "npm run lint && jest"
Expand Down

0 comments on commit 0547a56

Please sign in to comment.