Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Aug 11, 2020
1 parent f34fed5 commit 928c86d
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 @@ -27,7 +27,8 @@
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint '**/*.{ts,tsx}'"
"lint": "eslint '**/*.{ts,tsx}'",
"prepublish": "npm run lint && npm test && npm build"
},
"devDependencies": {
"@testing-library/react": "^10.4.8",
Expand Down

0 comments on commit 928c86d

Please sign in to comment.