Skip to content

Commit

Permalink
make npm install manual again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbarrett committed Apr 3, 2024
1 parent f3c866d commit d1278eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ echo "Generating ide helper files..."

vendor/bin/sail composer ide-helpers

echo "Installing npm packages..."

vendor/bin/sail npm install

# If .git is still pointing to livv-stack, remove it and reinitialize git
if [ -d ".git" ]; then
git_url=$(git config --get remote.origin.url)
Expand Down Expand Up @@ -124,5 +120,6 @@ fi

printf "\n\n###################################################\n"
echo "## You're all set! ##"
echo "## Run 'npm install' ##"
echo "## Run 'npm run dev' and visit localhost ##"
printf "###################################################\n\n"

0 comments on commit d1278eb

Please sign in to comment.