Skip to content

Commit

Permalink
feat(package.json) prepublish hook added to build project before release
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed May 8, 2019
1 parent 5a1b081 commit 82a332f
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 @@ -48,7 +48,8 @@
"lint": "tslint -t stylish --project 'tsconfig.json'",
"lint:fix": "tslint --fix -t stylish --project 'tsconfig.json'",
"test": "docker-compose -f docker-compose-test.yml up --abort-on-container-exit",
"test:coverage": "jest --coverage"
"test:coverage": "jest --coverage",
"prepublish": "yarn build"
},
"peerDependencies": {
"express": "^4.16.4",
Expand Down

0 comments on commit 82a332f

Please sign in to comment.