fix build
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -26,6 +26,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- run: npm test
|
- name: Run tests
|
||||||
name: Run tests
|
run: npm test
|
||||||
|
@@ -24,18 +24,12 @@ const current: CurrentResponse = {
|
|||||||
"temp_min": 283.06,
|
"temp_min": 283.06,
|
||||||
"temp_max": 286.82,
|
"temp_max": 286.82,
|
||||||
"pressure": 1021,
|
"pressure": 1021,
|
||||||
"humidity": 60,
|
"humidity": 60
|
||||||
"sea_level": 1021,
|
|
||||||
"grnd_level": 910
|
|
||||||
},
|
},
|
||||||
"visibility": 10000,
|
"visibility": 10000,
|
||||||
"wind": {
|
"wind": {
|
||||||
"speed": 4.09,
|
"speed": 4.09,
|
||||||
"deg": 121,
|
"deg": 121
|
||||||
"gust": 3.47
|
|
||||||
},
|
|
||||||
"rain": {
|
|
||||||
"1h": 2.73
|
|
||||||
},
|
},
|
||||||
"clouds": {
|
"clouds": {
|
||||||
"all": 83
|
"all": 83
|
||||||
|
Reference in New Issue
Block a user