Skip to content

Commit

Permalink
comment out working docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Mar 5, 2020
1 parent fad74dc commit cdbe57c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dev/run_check_core_api_changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ async function run(
}

const folderMapping: { [key: string]: string } = {
'core/public': 'core/public',
'core/server': 'core/server',
'plugins/data/server': 'data/server',
// 'core/public': 'core/public',
// 'core/server': 'core/server',
// 'plugins/data/server': 'data/server',
'plugins/data/public': 'data/public',
};

Expand Down

0 comments on commit cdbe57c

Please sign in to comment.