Skip to content

Commit

Permalink
build(npm): remove gulp-cli from globl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Apr 19, 2024
1 parent e3cbc43 commit fcc87fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/supporting_files/scripts/post-create.sh
Expand Up @@ -2,7 +2,7 @@
# NOTE: This file will be executed as remoteUser (devcontainer.json)
echo "=> Script: post-create.sh Executed by: $(whoami)"

sudo npm i --progress=false --global gulp-cli commitizen@latest cz-conventional-changelog@latest semantic-release-cli@latest
sudo npm i --progress=false --global commitizen@latest cz-conventional-changelog@latest semantic-release-cli@latest

# shellcheck source=/dev/null
source ~/.zshrc
Expand Down

0 comments on commit fcc87fd

Please sign in to comment.