Skip to content

Commit

Permalink
build: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed May 30, 2024
1 parent 69ee9d6 commit 4603b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:all": "react-scripts test --watchAll=false",
"start": "react-scripts start",
"build": "react-scripts build",
"preversion": "git fetch --tags && yarn test:all",
"preversion": "git fetch --tags && yarn fmt:check && yarn test:all",
"version": "yarn build",
"postversion": "git push --follow-tags"
},
Expand Down

0 comments on commit 4603b37

Please sign in to comment.