Update deps and switch to yarn fully.

This commit is contained in:
Dermot Duffy
2022-06-07 20:47:27 -07:00
parent b2a9ab7d84
commit e692bef1fb
6 changed files with 1027 additions and 860 deletions
+2 -2
View File
@@ -2696,8 +2696,8 @@ This could be for any number of reasons. Chromecast devices can be quite picky o
```sh
$ git clone https://github.com/dermotduffy/frigate-hass-card
$ cd frigate-hass-card
$ npm install
$ npm run build
$ yarn install
$ yarn run build
```
Resultant build will be at `dist/frigate-hass-card.js`. This could be installed via the [manual installation instructions above](#manual-installation).