changed location of overrides

This commit is contained in:
Vedran Krizic 2020-01-09 17:19:48 +01:00
parent e20ed1b1fd
commit f29b712b86
No known key found for this signature in database
GPG Key ID: A1229915996502FD
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"react-test-renderer": "^16.9.0",
"redux-saga": "~1.1.3",
"request": "^2.87.0",
"request-promise-native": "^1.0.7",
"snyk": "^1.99.0",

View File

@ -1931,7 +1931,7 @@ module.exports = {
const overrideDocumentationPath = isPlugin
? path.resolve(
strapi.config.appPath,
'plugins',
'extensions',
current,
'documentation',
version,