Browse Source

Remove pull from Makefile

Lutz Roeder 6 years ago
parent
commit
1500d52fc8
1 changed files with 0 additions and 3 deletions
  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