Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename server folder to start
  • Loading branch information
fson authored and thymikee committed May 8, 2020
commit d76830358447f72136633ed222c03c26a905e0da
4 changes: 2 additions & 2 deletions packages/cli/src/commands/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Command, DetachedCommand} from '@react-native-community/cli-types';

// @ts-ignore - JS file
import server from './server/server';
import start from './start/start';
import bundle from './bundle/bundle';
import ramBundle from './bundle/ramBundle';
import link from './link/link';
Expand All @@ -16,7 +16,7 @@ import init from './init';
import doctor from './doctor';

export const projectCommands = [
server,
start,
bundle,
ramBundle,
link,
Expand Down