@apocaliss92/scrypted-advanced-notifier 4.3.70 → 4.3.71
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.
@@ -1,6 +1,3 @@
|
|
1
|
-
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
2
|
-
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
|
3
|
-
|
4
1
|
name: Node.js Package
|
5
2
|
|
6
3
|
on: workflow_dispatch
|
@@ -16,6 +13,10 @@ jobs:
|
|
16
13
|
- uses: actions/setup-node@v3
|
17
14
|
with:
|
18
15
|
node-version: "20"
|
16
|
+
- name: Install dependencies
|
17
|
+
run: npm install
|
18
|
+
- name: Build project
|
19
|
+
run: npm run build
|
19
20
|
- uses: JS-DevTools/npm-publish@v3
|
20
21
|
with:
|
21
|
-
token: ${{ secrets.NPM_TOKEN }}
|
22
|
+
token: ${{ secrets.NPM_TOKEN }}
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED