Skip to content

Commit

Permalink
merge: prepare for release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CSharperMantle committed Jun 19, 2023
2 parents c41b815 + 4b2fa14 commit 62fa89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 62fa89c

@vercel
Copy link

@vercel vercel bot commented on 62fa89c Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.