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:
3fad43a
)
There are no typings anymore
author
Chocobozzz
<florian.bigard@gmail.com>
Mon, 10 Oct 2016 19:34:10 +0000
(21:34 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Mon, 10 Oct 2016 19:34:10 +0000
(21:34 +0200)
scripts/danger/clean/modules.sh
patch
|
blob
|
history
diff --git
a/scripts/danger/clean/modules.sh
b/scripts/danger/clean/modules.sh
index d2aa7393920ab4e92d60eacef0adb9aa221e5b1c..429044b3fac5a0eaafb6c695c2749e3ef8fec3f5 100755
(executable)
--- a/
scripts/danger/clean/modules.sh
+++ b/
scripts/danger/clean/modules.sh
@@
-3,5
+3,5
@@
read -p "This will remove all node and typescript modules. Are you sure? " -n 1 -r
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
- rm -rf node_modules client/node_modules
client/typings
+ rm -rf node_modules client/node_modules
fi