Skip to content

Commit

Permalink
2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Oct 15, 2023
1 parent 7f5a5f6 commit 8a68e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "betarena-scores-platform",
"description": "Betarena Official Scores Platform (PWA)",
"version": "2.3.5",
"version": "2.3.6",
"type": "module",
"engines": {
"npm": "8.19.1",
Expand All @@ -10,7 +10,7 @@
"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.$(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",
"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 8a68e87

Please sign in to comment.