Skip to content

Commit

Permalink
updating CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitarora committed Feb 3, 2016
1 parent b2f53ff commit 91bd295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test:

deployment:
release:
branch: release-build
branch: master
commands:
- ./crxmake.sh
- npm run pack
- ./s3-upload.sh
2 changes: 0 additions & 2 deletions crxmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
node -v
npm -v

npm run build

dir="temp"
key="key.pem"
name="batarangle-packaged"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postinstall": "npm run tsd-update && tsd install && tsd link",
"start": "rimraf build && webpack --watch",
"test": "webpack --config webpack.test.config.js && browserify build/test.js | tape-run | tap-spec",
"prepack": "npm test",
"prepack": "npm run build",
"pack": "./crxmake.sh"
},
"dependencies": {
Expand Down

0 comments on commit 91bd295

Please sign in to comment.