Skip to content

Commit

Permalink
Update pre-publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean177 committed Jan 15, 2018
1 parent d8ad880 commit dfd3ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"build": "rm -rf dist && tsc",
"dev": "tsc --noEmit --pretty --watch",
"lint": "tslint ./src/**/*.ts",
"prepublish": "npm test && npm run build",
"prepublish": "yarn build && yarn lint && yarn test",
"report-coverage": "codecov",
"test": "jest"
},
Expand Down

0 comments on commit dfd3ad2

Please sign in to comment.