Skip to content

Commit

Permalink
update: fix command script to include yarn tool runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelonah committed Jul 1, 2024
1 parent 9d66f2e commit d0eaea2
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 @@ -21,7 +21,7 @@
"performance:audit": "lighthouse http://localhost:3000/",
"pre:commit": "yarn run lint",
"pre:push": "yarn run test:cv && yarn run build",
"pre:deploy": "pre:commit && pre:push",
"pre:deploy": "yarn run pre:commit && yarn run pre:push",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit d0eaea2

Please sign in to comment.