diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-07 11:47:40 +0200 |
commit | 6f9719b568fad75959a1404b6927b7a278061c41 (patch) | |
tree | 0d982298e429a67e8f4cb8bb79bd9f2eb0337622 /client/src | |
parent | dbe91db73e8b7992b414bdc0d3088dc73dde40b6 (diff) | |
download | PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.gz PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.tar.zst PeerTube-6f9719b568fad75959a1404b6927b7a278061c41.zip |
Add dev lib documentation
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/standalone/player/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |