From 6f9719b568fad75959a1404b6927b7a278061c41 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Sep 2021 11:47:40 +0200 Subject: Add dev lib documentation --- client/src/standalone/player/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') 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 @@ "version": "0.0.4", "description": "API to communicate with the PeerTube player embed", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js" }, "repository": { "type": "git", -- cgit v1.2.3