Skip to content

Commit

Permalink
Improved the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha committed Sep 28, 2016
1 parent ffc811c commit 4cb9e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ deployment:
- npm run check
- npm run production
- cp package.json dist
- cp LICENSE dist
- cp README.md dist
- cd dist
- npm pack
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "incidents-attack",
"version": "0.0.1",
"version": "0.0.2",
"description": "Incidents Attack is a game wrriten in ReactJS and created with the awesome react react-game-kit library.",
"homepage": "https://www.dorsha.com",
"author": "Doron Sharon",
Expand Down

0 comments on commit 4cb9e47

Please sign in to comment.