Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
Fixes ora and shellSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Weakky committed Mar 14, 2019
1 parent 81c2a0c commit e80f0b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"inquirer-path": "^1.0.0-beta5",
"js-yaml": "^3.12.2",
"meow": "^5.0.0",
"ora": "^3.0.0",
"ora": "^3.2.0",
"parse-github-url": "^1.0.2",
"prettier": "^1.16.4",
"prisma-datamodel": "^1.28.3",
Expand Down
1 change: 0 additions & 1 deletion packages/yoga/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ register({
export async function watch(): Promise<void> {
logger.clearConsole()
logger.info('Starting development server...')
logger.warn('DEV')
let info = importYogaConfig()
let filesToWatch = [path.join(info.projectDir, '**', '*.ts')]

Expand Down

0 comments on commit e80f0b0

Please sign in to comment.