Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Oct 9, 2017
1 parent f4563eb commit b349c75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build": "ng build --prod && sh scripts/build.sh",
"travis-test": "ng test --watch false",
"precommit": "ng test --watch false && yarn run build",
"cz": "git-cz"
"cz": "git-cz",
"release": "sh scripts/release.sh"
},
"keywords": [
"angular-editor",
Expand Down Expand Up @@ -78,4 +79,4 @@
"path": "node_modules/cz-conventional-changelog"
}
}
}
}
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm publish build/

0 comments on commit b349c75

Please sign in to comment.