diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-28 10:18:15 +0100 |
commit | 6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch) | |
tree | e6dbe45b7259cc01ff0255887d45d331bc81026f /package.json | |
parent | 52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff) | |
download | PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip |
Move types package in packages/
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c7d00ec15..b41422343 100644 --- a/package.json +++ b/package.json | |||
@@ -52,7 +52,7 @@ | |||
52 | "test": "bash ./scripts/test.sh", | 52 | "test": "bash ./scripts/test.sh", |
53 | "help": "bash ./scripts/help.sh", | 53 | "help": "bash ./scripts/help.sh", |
54 | "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh", | 54 | "generate-cli-doc": "bash ./scripts/generate-cli-doc.sh", |
55 | "generate-types-package": "ts-node ./types/generate-package.ts", | 55 | "generate-types-package": "ts-node ./packages/types/generate-package.ts", |
56 | "parse-log": "node ./dist/scripts/parse-log.js", | 56 | "parse-log": "node ./dist/scripts/parse-log.js", |
57 | "prune-storage": "node ./dist/scripts/prune-storage.js", | 57 | "prune-storage": "node ./dist/scripts/prune-storage.js", |
58 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", | 58 | "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", |