Skip to content

Commit ba5694c

Browse files
shadow-kestrelnomeata
authored andcommitted
add logics.js to deploy.sh
1 parent 708a89a commit ba5694c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414
exit 1
1515
fi
1616

17-
if [ ! -e logic.js -o ! -e sessions.js ]
17+
if [ ! -e logic.js -o ! -e logics.js ! -e sessions.js ]
1818
then
1919
echo "Please run \"make\" first."
2020
exit 1

0 commit comments

Comments
 (0)