diff --git a/Makefile b/Makefile index 5809c2c11b..55e8d235ad 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,9 @@ test-cov: clean test-travis: bootstrap lint build test -publish: build-dist +publish: git pull --rebase + make build-dist make test node scripts/publish.js make clean