Skip to content

Commit

Permalink
ci :: sentry install npm use (test);
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Oct 15, 2023
1 parent 31fa231 commit 753bd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"scripts": {
"start": "node build/index.js",
"build": "VITE_SCORES_PKG_VERSION=v.$(npm pkg get version --workspaces=false | tr -d \\\") VITE_SCORES_LIB_PKG_VERSION=v.$(shell npm info @betarena/scores-lib version | tr -d \") vite build",
"build-2": "VITE_SCORES_PKG_VERSION=v.$(npm pkg get version --workspaces=false | tr -d \\\") VITE_SCORES_LIB_PKG_VERSION=v.$(shell npm info @betarena/scores-lib version | tr -d \") VITE_SENTRY_UPLOAD_SOURCEMAPS=true vite build",
"build": "VITE_SCORES_PKG_VERSION=v.$(npm pkg get version --workspaces=false | tr -d \\\") VITE_SCORES_LIB_PKG_VERSION=v.$(npm info @betarena/scores-lib version | tr -d \") vite build",
"build-2": "VITE_SCORES_PKG_VERSION=v.$(npm pkg get version --workspaces=false | tr -d \\\") VITE_SCORES_LIB_PKG_VERSION=v.$(npm info @betarena/scores-lib version | tr -d \") VITE_SENTRY_UPLOAD_SOURCEMAPS=true vite build",
"test": "npm run test:integration && npm run test:unit",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"svelte-check::watch": "svelte-check --tsconfig ./tsconfig.json --watch",
Expand Down

0 comments on commit 753bd58

Please sign in to comment.