Skip to content

Commit

Permalink
Use npm link instead of npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
gsarrco committed Mar 31, 2024
1 parent e82fe2e commit 81972db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
git checkout production
git pull
venv/bin/python -m pip install -r requirements.txt
npm i
export PATH="./node_modules/.bin:$PATH"
npm link
venv/bin/alembic upgrade head
systemctl restart muoversi

0 comments on commit 81972db

Please sign in to comment.