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

Rework Makefile to remove npm-ci target #1547

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Conversation

myieye
Copy link
Collaborator

@myieye myieye commented Oct 20, 2022

Description

This seems cleaner than having a target for a single command.
$(MAKE) is the recommended way rather than simply make

This change will result in make playwright-tests-ci running npm ci and then also npm install, but I think that's harmless and is simpler than introducing more make targets or make variables with shell ifs.

This seems cleaner than having a target for a single command
$(MAKE) is the recommended way rather than simply make
@github-actions
Copy link

Unit Test Results

368 tests   368 ✔️  8s ⏱️
    1 suites      0 💤
    1 files        0

Results for commit d04231e.

@myieye myieye enabled auto-merge (squash) October 20, 2022 10:12
Copy link
Contributor

@longrunningprocess longrunningprocess left a comment

Choose a reason for hiding this comment

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

Agreed, that's cleaner

@myieye myieye merged commit 7153f43 into develop Oct 20, 2022
@myieye myieye deleted the chore/rework-makefile-npm-ci branch October 20, 2022 10:20
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