Skip to content

Commit f016dfd

Browse files
committed
fix: change development runner command from 'dev' to 'start'
1 parent f2efa0e commit f016dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ build() {
9696
if [ "$ENV" = "prod" ]; then
9797
node_runner build
9898
else
99-
node_runner dev
99+
node_runner start
100100
fi
101101
echo ''
102102
}

0 commit comments

Comments
 (0)