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

Remove grunt dependency from nodejs clients zpe / zts and from nodejs auth_core library #1536

Merged
merged 1 commit into from Jul 8, 2021

Conversation

OferLevi85
Copy link
Contributor

Signed-off-by: Ofer Levi ofer.levi@verizonmedia.com

Signed-off-by: Ofer Levi <ofer.levi@verizonmedia.com>
@OferLevi85 OferLevi85 changed the title Update grunt dependency to latest version (1.4.1) Remove grunt dependency from nodejs clients zpe / zts and from nodejs auth_core library Jul 8, 2021
@@ -10,16 +10,26 @@ NPM := $(shell command -v npm 2> /dev/null)

ifdef NPM

all:
npm install
Copy link
Contributor Author

@OferLevi85 OferLevi85 Jul 8, 2021

Choose a reason for hiding this comment

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

For all three "nodejs" projects I did the same change:

  1. Replace grunt lint / test calls with regular direct calls from "make" as we did in UI (update package.json + Makefile + copied the .prettierrc file with the UI lint settings)
  2. Ran "fix-lint" which makes the output a bit different than "grunt lint" which caused the indentation changes in the project files.

Copy link
Contributor

@pratikgote pratikgote left a comment

Choose a reason for hiding this comment

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

👍

@havetisyan havetisyan merged commit 7fc0642 into AthenZ:master Jul 8, 2021
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.

None yet

3 participants