diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eb88ec..92cd987 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,12 +19,10 @@ jobs: - name: Set up dependencies run: | yarn install --immutable - - name: Static type check - run: | - yarn run check - name: Build run: | yarn run build --prefix-paths + yarn run check - name: Deploy uses: JamesIves/github-pages-deploy-action@v4.4.1 with: diff --git a/package.json b/package.json index f5f985c..4244e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "periotrisjs", - "version": "2.3.0", + "version": "2.3.1", "description": "Get familiar with the Periodic Table of Elements in a fun way, directly in your browsers.", "scripts": { "clean": "yarn run -B rimraf build coverage public && yarn run -B gatsby clean",