13 lines
352 B
JavaScript
13 lines
352 B
JavaScript
console.log(`
|
|
|
|
Oops! Medusa noticed some lint or style issues in the code for this
|
|
commit. You need to fix the issues before pushing the changes.
|
|
Use 'yarn run lint' to manually re-run these checks. You can also disable these
|
|
checks:
|
|
- for a single commit: git commit --no-verify
|
|
- for all future commits: yarn run hooks:uninstall
|
|
|
|
`)
|
|
|
|
process.exit(1)
|