Skip to content

Commit

Permalink
Run build before npm publish (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
themadcreator authored Jan 25, 2017
1 parent 9461c9d commit 1167cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ deployment:
tag: /release-.*/
commands:
- npm run -s check_version
- npm run build
- echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
- npm publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circle-github-bot",
"version": "0.2.0",
"version": "0.3.0",
"description": "CircleCI comments on github",
"main": "dist/index.js",
"scripts": {
Expand Down

1 comment on commit 1167cc8

@themadcreator
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run build before npm publish (#6)

Demo: demo

Please sign in to comment.