Skip to content

Commit

Permalink
Try to bring the CLI back
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-dv committed Aug 23, 2018
1 parent 06d799c commit c5f5433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"examples/polymer-cli",
"examples/vue-kitchen-sink",
"examples/svelte-kitchen-sink",
"examples/official-storybook"
"examples/official-storybook",
"lib/cli/test/run/*"
],
"scripts": {
"bootstrap": "node ./scripts/bootstrap.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const tasks = {
name: `Command Line Interface ${chalk.gray('(cli)')}`,
defaultValue: false,
option: '--cli',
script: './scripts/run-e2e.sh',
projectLocation: './lib/cli',
}),
watchmode: createOption({
name: `Run in watch-mode ${chalk.gray('(watchmode)')}`,
Expand Down

1 comment on commit c5f5433

@Hypnosphi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this commit for now: 36a2676

The cleanup is needed again to avoid yarn workspace pollution

Please sign in to comment.