fix build
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m17s
Unit tests / Unit tests (push) Successful in -2m9s

This commit is contained in:
2025-08-29 00:35:21 -05:00
parent 9668cd80b4
commit 527de38044
2 changed files with 7 additions and 10 deletions

View File

@@ -27,5 +27,8 @@ jobs:
- name: Install dependencies
run: npm ci
- run: npm test
name: Run tests
- name: Build
run: npm run build
- name: Run tests
run: npm test

View File

@@ -24,18 +24,12 @@ const current: CurrentResponse = {
"temp_min": 283.06,
"temp_max": 286.82,
"pressure": 1021,
"humidity": 60,
"sea_level": 1021,
"grnd_level": 910
"humidity": 60
},
"visibility": 10000,
"wind": {
"speed": 4.09,
"deg": 121,
"gust": 3.47
},
"rain": {
"1h": 2.73
"deg": 121
},
"clouds": {
"all": 83