Skip to content

Commit

Permalink
Migrate fully to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jan 15, 2024
1 parent 0baf619 commit 37a46ba
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 @@ -35,7 +35,7 @@
}
},
"scripts": {
"test": "npm run test:eslint && npm run test:conflicts",
"test": "pnpm run test:eslint && pnpm run test:conflicts",
"test:eslint": "eslint -c package.json --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives ./test",
"test:conflicts": "eslint-config-prettier eslint.config.js"
},
Expand Down

0 comments on commit 37a46ba

Please sign in to comment.