Skip to content

Commit

Permalink
branch for mx testing
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeganderson committed Nov 19, 2024
1 parent 735d2ed commit 3c6e3ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"generate:feature:feature": "hygen feature feature",
"generate:intl": "node locale/scripts/generate-intl.js",
"lint": "eslint --ext js --ext jsx blocks .storybook --no-error-on-unmatched-pattern",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.2 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.99 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch:fix": "npm run lint:changed-feature-branch -- --fix",
"lint:fix": "npm run lint -- --fix",
"lint:styles": "stylelint '**/*.scss' --formatter verbose",
Expand All @@ -32,7 +32,7 @@
"-ignore-prepare": "husky install",
"storybook": "storybook dev -p 6006",
"test": "jest",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.2 --coverage --passWithNoTests",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.99 --coverage --passWithNoTests",
"test:coverage": "jest --coverage",
"test:watch": "npm run test -- --watch -o --coverage"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"@stripe/stripe-js": "^2.1.9",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.5.2",
"@wpmedia/arc-themes-components": "arc-themes-release-version-2.5.99",
"algoliasearch": "^4.20.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand Down

0 comments on commit 3c6e3ca

Please sign in to comment.