Skip to content

Commit

Permalink
add top-level JS path for dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs committed Nov 24, 2020
1 parent 18d25f6 commit 3853fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/check-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const path = require('path')
const main = async () => {
const data = await dependencyCheck({
entries: [
path.posix.join(__dirname, '..', '*.js'),
path.posix.join(__dirname, '..', '*', '*.js'),
path.posix.join('!', __dirname, '..', 'javascripts', '*.js'),
path.posix.join(__dirname, '..', 'script', 'graphql', '*.js')
Expand Down

0 comments on commit 3853fb4

Please sign in to comment.