Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:graphcool/graphcool
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Oct 20, 2017
2 parents b8d9331 + 204d333 commit 01bc90f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/packages/graphcool-cli-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import List from './commands/list/index'
import Delete from './commands/delete/index'
import RootTokens from './commands/root-token/index'
import FunctionLogs from './commands/logs/function'
import Diff from './commands/diff/index'
import Export from './commands/export/index'
import InvokeLocal from './commands/invoke/local'
import PullLocal from './commands/local/pull'
import Stop from './commands/local/stop'
Expand Down Expand Up @@ -96,7 +94,6 @@ export const commands = [
Delete,
RootTokens,
FunctionLogs,
Export,
InvokeLocal,
PullLocal,
Stop,
Expand Down

0 comments on commit 01bc90f

Please sign in to comment.