polyv-live-cli 1.2.20 → 1.2.21
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polyv-live-cli",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"description": "CLI tool for managing PolyV live streaming services.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
|
-
"build": "tsc && cp -r src/setup-scenes dist/",
|
|
106
|
+
"build": "tsc && cp -r src/setup-scenes dist/ && chmod +x dist/index.js",
|
|
107
107
|
"start": "node dist/index.js",
|
|
108
108
|
"dev": "ts-node src/index.ts",
|
|
109
109
|
"test": "jest",
|