Skip to content

Commit

Permalink
Build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Nov 3, 2020
1 parent 3278530 commit 1ecf8f8
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 @@ -7,7 +7,8 @@
"scripts": {
"test": "jest",
"build": "rm -rf dist && tsc",
"lint": "tslint src/**/*.ts"
"lint": "tslint src/**/*.ts",
"prepare": "npm run build"
},
"files": [
"package.json",
Expand Down

0 comments on commit 1ecf8f8

Please sign in to comment.