fix: hopefully devcontainers are done
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
install_devcontainer_cli() {
|
||||
set -e
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
|
||||
nvm install 24
|
||||
\. "$HOME/.nvm/nvm.sh"
|
||||
echo "🔧 Installing DevContainer CLI..."
|
||||
cd "$(dirname "$0")/../tools/devcontainer-cli"
|
||||
npm ci --omit=dev
|
||||
|
||||
Reference in New Issue
Block a user