UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

15 lines (11 loc) 373 B
#!/usr/bin/env node const BRANCH_LINT_CONFIG_HUSKY_PRE_PUSH_SCRIPT = `#!/usr/bin/env sh if [ -n "$CI" ]; then echo "Running in CI, skipping pre-push hook" exit 0 fi echo '⌛️⌛️⌛️ Running branch name linter...' npx @elsikora/git-branch-lint `; export { BRANCH_LINT_CONFIG_HUSKY_PRE_PUSH_SCRIPT }; //# sourceMappingURL=husky-pre-push-script.constant.js.map