Sfoglia il codice sorgente

Remove pull from Makefile

Lutz Roeder 6 anni fa
parent
commit
1500d52fc8
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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