Skip to content

Commit

Permalink
fix: mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent ec09d3d commit dc8a2d1
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 @@ -23,7 +23,7 @@ examples.forEach(example => {
'--options=typescript,mocha,semantic-release' :
'--options=mocha,semantic-release'

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

0 comments on commit dc8a2d1

Please sign in to comment.