Browse Source

Update Makefile

Vova Tkach 6 years ago
parent
commit
c12e86ea3b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -60,8 +60,8 @@ docker-clr:
 cy-init:
 	yarn add cypress --dev
 
-cy:
-	yarn cypress run
-
 cy-dev:
 	yarn cypress open
+
+cy:
+	yarn cypress run