mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°7331 - Ensure to keep folder browsing protection files after install/update command
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"toastify-js": "^1.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm",
|
||||
"postupdate": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm"
|
||||
"postinstall": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm && php .make/dependencies/npm/restoreFolderBrowsingProtection.php",
|
||||
"postupdate": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm && php .make/dependencies/npm/restoreFolderBrowsingProtection.php"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user