Quellcode durchsuchen

Remove pull from Makefile

Lutz Roeder vor 6 Jahren
Ursprung
Commit
1500d52fc8
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 3
      Makefile

+ 0 - 3
Makefile

@@ -5,9 +5,6 @@ build: clean lint build_python build_electron
 
 publish: clean lint publish_github_electron publish_python publish_github_pages publish_cask
 
-pull:
-	git pull --rebase --prune
-
 install:
 	rm -rf ./node_modules
 	rm -rf ./package-lock.json