Skip to content

Commit

Permalink
ci :: sentry install npm use;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Oct 15, 2023
1 parent e6d9326 commit 8ac5fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr-main-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
echo ${{ secrets.ENV_FILE }} | base64 -d > .env
- name: 'sentry upload sourcemap'
run: |
npm install
make sentry-sourcemaps-upload
# -----------------------
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ sentry-sourcemaps-upload:
$(END_COLOUR)\n"
@VITE_SCORES_PKG_VERSION="v.$(shell npm pkg get version --workspaces=false | tr -d \")" \
VITE_SENTRY_UPLOAD_SOURCEMAPS="true" \
npm run build
vite build
#

# ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
Expand Down

0 comments on commit 8ac5fac

Please sign in to comment.