Skip to content

Commit

Permalink
fix(ci): correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Mar 4, 2017
1 parent e06f297 commit f907883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ilp-packet/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployment:
# - node scripts/publish_web.js
# Push NPM package if not yet published
- mv npmrc-env .npmrc
- if [ $(npm show ilp version) != $(npm ls --depth=-1 2>/dev/null | head -1 | cut -f 1 -d " " | cut -f 2 -d @) ] ; then npm publish ; fi
- if [ $(npm show ilp-packet version) != $(npm ls --depth=-1 2>/dev/null | head -1 | cut -f 1 -d " " | cut -f 2 -d @) ] ; then npm publish ; fi
general:
artifacts:
- "coverage/lcov-report"

0 comments on commit f907883

Please sign in to comment.