Skip to content

Commit

Permalink
Add prepublish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
blaumeise20 committed Feb 5, 2021
1 parent f90d1cf commit fb89989
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 @@ -6,7 +6,8 @@
"scripts": {
"test": "npm run lint && jest",
"lint": "eslint . --ext .ts",
"build": "npm run lint && tsc"
"build": "npm run lint && tsc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fb89989

Please sign in to comment.