N°7331 - Add NPM cleanup scripts

This commit is contained in:
Molkobain
2024-03-11 13:53:10 +01:00
parent d1a4d333eb
commit f3dd414a51
6 changed files with 140 additions and 2 deletions

View File

@@ -26,5 +26,9 @@
"showdown": "^2.0.0",
"tippy.js": "^6.2.5",
"toastify-js": "^1.12.0"
},
"scripts": {
"postinstall": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm",
"postupdate": "php .make/dependencies/rmUnnecessaryFolders.php --manager npm"
}
}