Skip to content

Commit

Permalink
chore: force use pnpm package manager in this project
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 25, 2022
1 parent cc18463 commit 0029555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "x6",
"private": true,
"scripts": {
"preinstall": "node ./scripts/preinstall",
"preinstall": "npx only-allow pnpm",
"lint:ts": "eslint '**/src/**/*.{js,ts}?(x)' --cache --fix",
"lint:style": "stylelint '**/src/**/*.less' --customSyntax postcss-less --cache --fix",
"lint": "run-s lint:ts lint:style",
Expand Down
8 changes: 0 additions & 8 deletions scripts/preinstall

This file was deleted.

0 comments on commit 0029555

Please sign in to comment.