diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-24 17:42:35 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-05-27 14:56:06 +0200 |
commit | 46b2cec73c3ee10fe9f751a301e4afff0a56b371 (patch) | |
tree | c1d90513b346c67d83ae7cd8c80ab5cd0af79e78 /scripts/setup/cli.sh | |
parent | 7e9d3f259d5dac0d17ca4f3d6844e8cfbb7e33d1 (diff) | |
download | PeerTube-46b2cec73c3ee10fe9f751a301e4afff0a56b371.tar.gz PeerTube-46b2cec73c3ee10fe9f751a301e4afff0a56b371.tar.zst PeerTube-46b2cec73c3ee10fe9f751a301e4afff0a56b371.zip |
Remove summon install
Diffstat (limited to 'scripts/setup/cli.sh')
-rwxr-xr-x | scripts/setup/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup/cli.sh b/scripts/setup/cli.sh index 94ca3c441..9808868d3 100755 --- a/scripts/setup/cli.sh +++ b/scripts/setup/cli.sh | |||
@@ -13,4 +13,4 @@ rm -rf ./dist/server/tools/ | |||
13 | 13 | ||
14 | npm run tsc -- --build ./server/tools/tsconfig.json | 14 | npm run tsc -- --build ./server/tools/tsconfig.json |
15 | 15 | ||
16 | cp -r "./server/tools/node_modules" "./dist/server/tools" | 16 | mv "./server/tools/node_modules" "./dist/server/tools" |