See minimatch docs for full usage info
import minimatch from 'https://deno.land/x/minimatch/index.js'
minimatch('bar.foo', '*.foo')
//> true
# generate build file
yarn build
# test build file
yarn test
No need to rebuild the dist file in pull requests as this is already handled by a Github action.