We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee582a commit dd970ccCopy full SHA for dd970cc
.husky/pre-push
@@ -9,7 +9,7 @@ export NVM_DIR="$HOME/.nvm"
9
if [ $(git branch --no-color | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/') = "master" ] && [ $(git remote get-url origin) = "https://github.com/monkeytypegame/monkeytype" ]; then
10
nvm install
11
echo "Running a full check before pushing to master..."
12
- npm run full-check
+ pnpm run full-check
13
if [ $? -ne 0 ]; then
14
echo "Full check failed, aborting push."
15
exit 1
0 commit comments