Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent 09d86ae commit 9c5e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release_example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ examples.forEach(example => {
'--options=mocha,semantic-release'

const d = path.join(__dirname, '../tmp/examples', example)
sh.mkdir(path.dirname(d))
sh.mkdir('-p', path.dirname(d))
sh.exec(`git clone git@github.com:dxcli/${example} ${d}`)
sh.cd(d)

Expand Down

0 comments on commit 9c5e204

Please sign in to comment.