@scrypted/nvr 0.0.109 → 0.0.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,13 +30,25 @@ jobs:
30
30
  steps:
31
31
  - name: Checkout
32
32
  uses: actions/checkout@v3
33
+ with:
34
+ path: nvr
35
+ - name: Checkout
36
+ uses: actions/checkout@v3
37
+ with:
38
+ repository: koush/scrypted
39
+ path: scrypted
33
40
  - name: Setup Pages
34
41
  uses: actions/configure-pages@v2
42
+ - run: npm install
43
+ working-directory: ./nvr
44
+ - run: npm install
45
+ working-directory: ./nvr/ui
46
+ - run: npm run build
47
+ working-directory: ./nvr/ui
35
48
  - name: Upload artifact
36
49
  uses: actions/upload-pages-artifact@v1
37
50
  with:
38
- # Upload ui dist
39
- path: './ui/public'
51
+ path: './nvr/fs/dist'
40
52
  - name: Deploy to GitHub Pages
41
53
  id: deployment
42
54
  uses: actions/deploy-pages@v1
package/CNAME ADDED
@@ -0,0 +1 @@
1
+ nvr.scrypted.app
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.0.109",
3
+ "version": "0.0.111",
4
4
  "scripts": {
5
5
  "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
6
6
  "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",