Skip to content

Commit

Permalink
fix: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 22, 2022
1 parent 84ed801 commit 54add16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ow3/package.json
Expand Up @@ -13,7 +13,7 @@
"build": "rimraf dist && unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"prepublishOnly": "nr build"
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.26.0"
Expand Down

0 comments on commit 54add16

Please sign in to comment.