aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-14 13:48:13 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-12-16 10:08:43 +0100
commit9b3294a8496c89c7880054de1f1f09c9990f1b46 (patch)
tree4c3271417505ee81c36b1ac23fc2829e5aad432a /package.json
parent75278e289067977291baa7e2ac217e85fc7d6088 (diff)
downloadPeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.tar.gz
PeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.tar.zst
PeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.zip
Fix some build scripts and lint
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 88d8329e6..c9717b5e9 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,6 @@
29 "build:embed": "bash ./scripts/build/embed.sh", 29 "build:embed": "bash ./scripts/build/embed.sh",
30 "build:server": "bash ./scripts/build/server.sh", 30 "build:server": "bash ./scripts/build/server.sh",
31 "build:client": "bash ./scripts/build/client.sh", 31 "build:client": "bash ./scripts/build/client.sh",
32 "build:types": "tsc -b --verbose types",
33 "clean:client": "bash ./scripts/clean/client/index.sh", 32 "clean:client": "bash ./scripts/clean/client/index.sh",
34 "clean:server:test": "bash ./scripts/clean/server/test.sh", 33 "clean:server:test": "bash ./scripts/clean/server/test.sh",
35 "i18n:update": "bash ./scripts/i18n/update.sh", 34 "i18n:update": "bash ./scripts/i18n/update.sh",