Skip to content

Commit

Permalink
fix: πŸ› only allow yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert De Spiegeleer committed Jan 12, 2024
1 parent 2abbf65 commit 4ec2aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"yarn": "^1.22.0"
},
"scripts": {
"preinstall": "npx only-allow yarn",
"build": "tsc -p tsconfig.build.json",
"test": "node --test --test-reporter spec --test-reporter-destination stdout --test-reporter junit --test-reporter-destination=./test-report.xml --loader ts-node/esm ./src/**/*.test.ts",
"prepare": "husky install",
Expand Down

0 comments on commit 4ec2aa6

Please sign in to comment.