Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend/script for license #2495

Closed
wants to merge 12 commits into from
Closed

Conversation

sergeyteleshev
Copy link
Contributor

No description provided.

@sergeyteleshev sergeyteleshev self-assigned this Mar 25, 2024
local TEXT="$1"
local FILES_PATH="$2"
TEXT=$(echo "$TEXT" | tr '\n' '\0' | xargs -0 -n1)
FILES=$(git diff --cached --name-only --diff-filter=ACM | grep -E "$FILES_PATH" || true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACMR

@@ -20,7 +20,8 @@
},
"scripts": {
"prebuild": "lerna run gql:gen --stream --parallel",
"pretest": "lerna run gql:gen --stream --parallel && yarn lerna run test --scope @cloudbeaver/tests-runner"
"pretest": "lerna run gql:gen --stream --parallel && yarn lerna run test --scope @cloudbeaver/tests-runner",
"prepare": "cd .. && husky install webapp/.husky"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems that we need to move this scripts to webapp

@sergeyteleshev sergeyteleshev deleted the frontend/script-for-license branch March 26, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants