Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup!
  • Loading branch information
refack committed Jun 6, 2019
commit 2f36e5d680a424cf16a660fb68ea5d889eda3a46
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ tools/doc/node_modules: tools/doc/package.json
@if [ "$(shell $(node_use_openssl))" != "true" ]; then \
echo "Skipping tools/doc/node_modules (no crypto)"; \
else \
cd tools/doc && $(call available-node,$(run-npm-ci)) \
cd tools/doc && $(call available-node,$(run-npm-ci)); \
fi

.PHONY: doc-only
Expand Down Expand Up @@ -1211,7 +1211,7 @@ lint-js:
echo "Skipping $@ (no crypto)"; \
else \
echo "Running JS linter..."; \
$(call available-node,$(run-lint-js)) \
$(call available-node,$(run-lint-js)); \
fi

jslint: lint-js
Expand Down