fix: 移除了会报错的安装脚本

This commit is contained in:
李东云
2023-04-11 10:48:09 +08:00
parent 03654cce47
commit e0fd8bf326

View File

@@ -67,8 +67,7 @@
"post-install-cmd": "cghooks add --ignore-lock",
"post-update-cmd": "cghooks update",
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php bin/hyperf.php vendor:publish singluarity/hdk-core"
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-autoload-dump": [
"rm -rf runtime/container"