diff --git a/templates/circle.yml.ejs b/templates/circle.yml.ejs index 2a79f36..36d6f87 100644 --- a/templates/circle.yml.ejs +++ b/templates/circle.yml.ejs @@ -28,7 +28,7 @@ jobs: - run: .circleci/greenkeeper - run: yarn add -D <%- deps %> <%_ if (['single', 'multi'].includes(type)) { _%> - - run: ./bin/run -v + - run: ./bin/run --version <%_ } _%> <%_ if (['single', 'multi', 'plugin'].includes(type)) { _%> - run: ./bin/run --help