Skip to content

Commit

Permalink
fix missing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Feb 6, 2022
1 parent 4f77163 commit 78bf62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ GIT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
NAME=${1:-eslint}
OUTPUT_DIR=$2

PATH=${PATH}:${GIT_ROOT}/node_modules/.bin

cd ${GIT_ROOT}

FILE=foo.js
Expand Down

0 comments on commit 78bf62f

Please sign in to comment.