projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e805020
)
Fix tsconfig with CLI tools
author
Chocobozzz
<me@florianbigard.com>
Wed, 23 Oct 2019 08:52:17 +0000
(10:52 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 23 Oct 2019 08:53:20 +0000
(10:53 +0200)
scripts/setup/cli.sh
patch
|
blob
|
history
diff --git
a/scripts/setup/cli.sh
b/scripts/setup/cli.sh
index f761d7f8a92a0be9f0d976eb33fca790872d6d1b..ea327e5a1eb354ceeb4ae6e26170429e2fe7adfb 100755
(executable)
--- a/
scripts/setup/cli.sh
+++ b/
scripts/setup/cli.sh
@@
-13,3
+13,4
@@
rm -rf ./dist/server/tools/
npm run tsc -- --build ./server/tools/tsconfig.json
cp -r "./server/tools/node_modules" "./dist/server/tools"
+cp "./tsconfig.json" "./dist"