Skip to content

Commit ee7354f

Browse files
committed
work windows
1 parent 3a4154f commit ee7354f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
call etc\setenv.cmd
3+
rem call etc\setenv.cmd
44

55
goto :main
66

@@ -29,7 +29,7 @@ goto :end
2929
mvnw -DskipTests=true clean dependency:list install site site:deploy
3030
goto :end
3131

32-
:runHerokuLocal
32+
:runHerokuLocal
3333
rem heroku login
3434
heroku ps -a simpleworklist
3535
mvnw -DskipTests clean dependency:list install

0 commit comments

Comments
 (0)