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:
174d465
)
Fix prod clean script
author
Chocobozzz
<florian.bigard@gmail.com>
Mon, 12 Jun 2017 18:34:50 +0000
(20:34 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Mon, 12 Jun 2017 18:34:50 +0000
(20:34 +0200)
scripts/danger/clean/prod.sh
patch
|
blob
|
history
diff --git
a/scripts/danger/clean/prod.sh
b/scripts/danger/clean/prod.sh
index 7ee13ba8372f918c0812cc503659d9b8a80cdf03..705987100476b399e817a78f5716e292befeb23f 100755
(executable)
--- a/
scripts/danger/clean/prod.sh
+++ b/
scripts/danger/clean/prod.sh
@@
-4,5
+4,5
@@
read -p "This will remove all directories and SQL tables. Are you sure? (y/*) "
echo
if [[ "$REPLY" =~ ^[Yy]$ ]]; then
- NODE_ENV=production node "./scripts/danger/clean/cleaner"
+ NODE_ENV=production n
pm run ts-n
ode "./scripts/danger/clean/cleaner"
fi