From 6ea75a7d6e03fcb88f9c637ed70e60b9262218b6 Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 23 Feb 2026 15:02:52 +0000 Subject: [PATCH] chore: remove now unneeded global nyc installation --- .devcontainer/postCreateCommand.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index ed9f7956..322de6c7 100755 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -18,7 +18,6 @@ composer global require google/cloud-storage # for JS testing JAVASCRIPT_DIRECTORY="$(pwd)/js" npm --prefix "$JAVASCRIPT_DIRECTORY" install "$JAVASCRIPT_DIRECTORY" -npm install --global nyc # development webserver sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html