Skip to content

Commit

Permalink
fix: fixing example publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent d03efe7 commit 6087f9c
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 @@ -6,7 +6,7 @@ const fs = require('fs-extra')
sh.set('-ev')

sh.exec('yarn link')
const version = process.args[1]
const version = process.argv[1]

const examples = [
'example-multi-cli-javascript',
Expand Down

0 comments on commit 6087f9c

Please sign in to comment.