Skip to content

Commit

Permalink
Add only-allow to run yarn as package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed May 10, 2023
1 parent 179476e commit 129ed67
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 584 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"only-allow": "^1.1.1",
"prettier": "^2.8.8",
"sass": "^1.62.1"
},
Expand All @@ -48,6 +49,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"lint": "next lint",
"lint:fix": "next lint --fix"
"lint:fix": "next lint --fix",
"preinstall": "only-allow yarn"
}
}
Loading

0 comments on commit 129ed67

Please sign in to comment.