aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/.gitignore2
-rw-r--r--client/src/standalone/player/package.json2
2 files changed, 3 insertions, 1 deletions
diff --git a/client/.gitignore b/client/.gitignore
index a02b6a6cc..7297b43fc 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -9,3 +9,5 @@
9/src/locale/target/player_*.xml 9/src/locale/target/player_*.xml
10/src/locale/target/server_*.xml 10/src/locale/target/server_*.xml
11/e2e/local.log 11/e2e/local.log
12/src/standalone/player/build
13/src/standalone/player/dist
diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json
index 985097af5..78b3cd93f 100644
--- a/client/src/standalone/player/package.json
+++ b/client/src/standalone/player/package.json
@@ -4,7 +4,7 @@
4 "version": "0.0.4", 4 "version": "0.0.4",
5 "description": "API to communicate with the PeerTube player embed", 5 "description": "API to communicate with the PeerTube player embed",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",