Skip to content

Commit dd970cc

Browse files
committed
chore: use pnpm on pre-push
1 parent 2ee582a commit dd970cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export NVM_DIR="$HOME/.nvm"
99
if [ $(git branch --no-color | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') = "master" ] && [ $(git remote get-url origin) = "https://github.com/monkeytypegame/monkeytype" ]; then
1010
nvm install
1111
echo "Running a full check before pushing to master..."
12-
npm run full-check
12+
pnpm run full-check
1313
if [ $? -ne 0 ]; then
1414
echo "Full check failed, aborting push."
1515
exit 1

0 commit comments

Comments
 (0)