Skip to content

Commit

Permalink
Update npm in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Mar 28, 2023
1 parent c79032f commit 0325a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cp .env.example .env
php artisan key:generate
source "$(dirname "$0")/checkout_latest_docs.sh"
npm install
npm run dev
npm run build
2 changes: 1 addition & 1 deletion bin/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ fi
composer install
source "$(dirname "$0")/checkout_latest_docs.sh"
npm install
npm run dev
npm run build

0 comments on commit 0325a02

Please sign in to comment.