Skip to content

Commit

Permalink
chore: Update prepublish command to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkeaton committed Oct 14, 2024
1 parent 7d395c8 commit cb19c8d
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 @@ -34,6 +34,6 @@
},
"scripts": {
"build": "svgo --quiet .",
"prepublishOnly": "yarn build"
"prepublishOnly": "pnpm build"
}
}

0 comments on commit cb19c8d

Please sign in to comment.