You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pre-push:
commands:
run-tests:
root: "./my-app"
run: "npm run test:unit"
I want to run that script even if there are no changes to the root directory.
Now im getting
╭─────────────────────────────────────╮
│ 🥊 lefthook v1.10.1 hook: pre-push │
╰─────────────────────────────────────╯
sync hooks: ✔️ (commit-msg, pre-push)
│ run-tests (skip) no matching push files
────────────────────────────────────
summary: (done in 0.01 seconds)
How can I force this similarly to when I run npx lefthook run pre-push --force ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
pre-push:
commands:
run-tests:
root: "./my-app"
run: "npm run test:unit"
I want to run that script even if there are no changes to the root directory.
Now im getting
╭─────────────────────────────────────╮
│ 🥊 lefthook v1.10.1 hook: pre-push │
╰─────────────────────────────────────╯
sync hooks: ✔️ (commit-msg, pre-push)
│ run-tests (skip) no matching push files
────────────────────────────────────
summary: (done in 0.01 seconds)
How can I force this similarly to when I run npx lefthook run pre-push --force ?
Beta Was this translation helpful? Give feedback.
All reactions