remove postinstall

This commit is contained in:
2026-06-19 23:54:40 +03:30
parent 1bb4c7efcc
commit e0527e8ca6
+2 -2
View File
@@ -8,8 +8,8 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"postinstall": "cp -r node_modules/ckeditor4/* static/js/ckeditor/"
"generate": "nuxt generate"
// "postinstall": "cp -r node_modules/ckeditor4/* static/js/ckeditor/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1072.0",