Skip to content

Commit

Permalink
chore: add yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed May 27, 2024
1 parent 591b35d commit 9554b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:all": "react-scripts test --watchAll=false",
"start": "react-scripts start",
"build": "react-scripts build",
"preversion": "git fetch --tags && npm run test:all",
"version": "npm run build",
"preversion": "git fetch --tags && yarn test:all",
"version": "yarn build",
"postversion": "git push --follow-tags"
},
"dependencies": {
Expand Down

0 comments on commit 9554b83

Please sign in to comment.