diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 138f7eb6d..f82969f00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: yarn # end duplicate - name: Lint packages - run: yarn lint --since ${{ github.base_ref }} + run: yarn lint build: name: Build runs-on: ubuntu-latest diff --git a/babel.config.js b/babel.config.js index d751c3231..7b3410dd7 100644 --- a/babel.config.js +++ b/babel.config.js @@ -18,4 +18,4 @@ module.exports = { ] } } -} +}; diff --git a/scripts/babel-register.js b/scripts/babel-register.js index 46487fbdd..70fa93909 100644 --- a/scripts/babel-register.js +++ b/scripts/babel-register.js @@ -1,4 +1,4 @@ -const path = require('path') +const path = require('path'); require('@babel/register')({ // allow monorepos to share a single babel config @@ -12,4 +12,4 @@ require('@babel/register')({ .join(path.sep === '/' ? '/' : '\\\\') ) ] -}) +}); diff --git a/scripts/install-browser.js b/scripts/install-browser.js index b240dfb83..b07a33919 100644 --- a/scripts/install-browser.js +++ b/scripts/install-browser.js @@ -1 +1 @@ -require('@percy/core/dist/utils/install-browser').default() +require('@percy/core/dist/utils/install-browser').default();