Skip to content

Commit

Permalink
set canary as default (#3228)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice committed Aug 10, 2021
1 parent dc74d58 commit 972f279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/test-project/test-project
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ const args = yargs
describe: 'Delete existing directory, and recreate project',
})
.option('canary', {
default: false,
default: true,
type: 'boolean',
describe: 'Upgrade project to latest canary version',
describe:
'Upgrade project to latest canary version. NOT compatible with --link.',
})
.help()
.strict().argv
Expand Down

0 comments on commit 972f279

Please sign in to comment.