Skip to content

Commit

Permalink
Merge pull request #325 from ertush/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
ertush authored Feb 26, 2024
2 parents fbacff9 + 543fc69 commit d3c9da5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.SERVER_KEY }}
script: |
set -e
cd /var/www/kmhflv3
cd /var/www/kmhfr
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
if ! [[ -d './.git' ]]; then git init; fi
Expand Down
8 changes: 3 additions & 5 deletions components/MainLayout.js

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@radix-ui/react-radio-group": "^0.0.19",
"@radix-ui/react-tabs": "0.0.5",
"@turf/turf": "^6.5.0",
"@vercel/analytics": "^1.2.2",
"ag-grid-community": "^26.2.1",
"ag-grid-enterprise": "^26.2.1",
"ag-grid-react": "^26.2.0",
Expand Down
30 changes: 23 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit d3c9da5

Please sign in to comment.