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

Update pmc-test-npm #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rnagatsukapmc
Copy link
Contributor

@rnagatsukapmc rnagatsukapmc commented Jan 23, 2023

Update command below which checks to see if npm run test exists in packages.json

  • From npm run | grep test
  • To egrep '(^|[[:space:]])test($|[[:space:]]])'

egrep above excludes lines such as below so that pmc-test-npm won't unexpectedly run npm ci and npm run test

SSPATH=./tests/qat/screenshots/ mocha ./tests/qat/*.spec.js --exit
npm install @penskemediacorp/larva@latest

@rnagatsukapmc rnagatsukapmc requested a review from a team as a code owner January 23, 2023 23:23
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.

1 participant