Skip to content

Commit

Permalink
disable verify
Browse files Browse the repository at this point in the history
Signed-off-by: dduportal <1522731+dduportal@users.noreply.github.com>
  • Loading branch information
dduportal committed Aug 4, 2020
1 parent d9b6619 commit a20a624
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ $(DIST_DIR):
mkdir -p $(DIST_DIR)

verify:
@docker run --rm \
-v $(DIST_DIR):/dist \
--user $(CURRENT_UID) \
18fgsa/html-proofer \
--check-html \
--http-status-ignore "999" \
--url-ignore "/localhost:/,/127.0.0.1:/,/$(PRESENTATION_URL)/" \
/dist/index.html
@echo "Verify disabled"

serve: clean
@docker-compose up --build --force-recreate serve
Expand Down

0 comments on commit a20a624

Please sign in to comment.