Skip to content

Commit

Permalink
Merge pull request #2440 from near/issue-2439
Browse files Browse the repository at this point in the history
chore: Forces Yarn to be used on a project
  • Loading branch information
MaximusHaximus authored Feb 8, 2022
2 parents 1683709 + 3176e78 commit 7d13fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepush": "yarn run test",
"precommit": "concurrently \"yarn run fix\" \".githooks/format-json\""
"precommit": "concurrently \"yarn run fix\" \".githooks/format-json\"",
"preinstall": "npx only-allow yarn"
},
"browserslist": [
">0.2%",
Expand Down

0 comments on commit 7d13fd6

Please sign in to comment.