Skip to content

Commit

Permalink
Add docs/js for a lint target.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Apr 25, 2021
1 parent 990e538 commit d6eb61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/lint-js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LINT_JS_REPORT_FILE_NAME="$SPARK_ROOT_DIR/dev/lint-js-report.log"
LINT_TARGET_FILES=(
"$SPARK_ROOT_DIR/core/src/main/resources/org/apache/spark/ui/static/"
"$SPARK_ROOT_DIR/sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/"
"$SPARK_ROOT_DIR/docs/js"
)

if ! type "npm" > /dev/null; then
Expand Down

0 comments on commit d6eb61a

Please sign in to comment.