mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 11:32:13 +00:00
fix: update path to the INTERNAL_CODEMODS_DIRECTORY
This commit is contained in:
parent
79ce9ef077
commit
08be1fade2
@ -1,9 +1,8 @@
|
||||
import path from 'node:path';
|
||||
|
||||
export const INTERNAL_CODEMODS_DIRECTORY = path.join(
|
||||
__dirname,
|
||||
'..',
|
||||
'..',
|
||||
'resources',
|
||||
'codemods'
|
||||
__dirname, // upgrade/dist
|
||||
'..', // upgrade
|
||||
'resources', // upgrade/resources
|
||||
'codemods' // upgrade/resources/codemods
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user