Skip to content

Commit

Permalink
Rename cache file (#8699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM authored Jun 22, 2023
1 parent f63678f commit 9c74ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { installModule, isModuleInstalled } from './lib/packages'
/**
* The file inside .redwood which will contain cached plugin command mappings
*/
const PLUGIN_CACHE_FILENAME = 'command-cache.json'
const PLUGIN_CACHE_FILENAME = 'commandCache.json'

const PLUGIN_CACHE_DEFAULT = {
'@redwoodjs/cli-storybook': ['storybook', 'sb'],
Expand Down

0 comments on commit 9c74ffe

Please sign in to comment.