Skip to content

Commit

Permalink
Don't require linting before building
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith James committed Sep 14, 2020
1 parent d06eae0 commit 6d74c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test:
coverage:
ginkgo -r -slowSpecThreshold=60 -cover -coverprofile=coverage.out

dist: build lint test build
dist: build test build
cp README.md COPYING ${build_path}
tar -C ./build -cvj -f valet-${VERSION}.tar.bz2 valet-${VERSION}
shasum -a 256 valet-${VERSION}.tar.bz2 > valet-${VERSION}.tar.bz2.sha256
Expand Down

0 comments on commit 6d74c23

Please sign in to comment.