Skip to content

Commit

Permalink
undo deploy script change, add back ui-src package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
andieswift committed Nov 14, 2024
1 parent b67931a commit 15f2ec5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('combined-package-lock.txt') }}
- name: Install dependencies
run: |
if [ -e package-lock.json]; then
npm ci --legacy-peer-deps
else
npm i --legacy-peer-deps
fi
- name: set path
run: |
echo "PATH=$(pwd)/node_modules/.bin/:$PATH" >> $GITHUB_ENV
Expand Down
13 changes: 13 additions & 0 deletions services/ui-auth/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15f2ec5

Please sign in to comment.