Skip to content

Commit

Permalink
Update deployment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Homoakin619 authored Feb 26, 2025
1 parent 4966505 commit 8c41ab3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@

BRANCH=$1

# checkout
git checkout $BRANCH;

git pull origin $BRANCH;

# install dependencies
npm install --include=dev;

# run build
npm run build;


git stash

# run migration
npm run migration:run;

Expand Down

0 comments on commit 8c41ab3

Please sign in to comment.