S
S
Sergey Gladyshev2017-12-01 07:46:08
Composer
Sergey Gladyshev, 2017-12-01 07:46:08

Composer. How to delete a directory?

Good afternoon
There is the following hook

"scripts": {
        "post-install-cmd": [
            "move bitrix/components/bxuni/bxuni local/components/bxuni",
            "rmdir bitrix/components/bxuni"
        ],
        "post-update-cmd": [
            "composer run-script post-install-cmd"
        ]
    }

rmdir bitrix/components/bxuni does not work. How to properly delete an empty folder?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question