From 1a6b9d2d156ea4a007b6e1f3e68890e8bea38270 Mon Sep 17 00:00:00 2001 From: nschubach Date: Thu, 30 Nov 2023 13:46:33 -0500 Subject: [PATCH] 2.1.3 branch creation --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 36bbc68b..c41ef4e8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "format": "prettier --write .", "generate:component": "hygen component new", "lint": "eslint --ext js --ext jsx src .storybook index.js", - "lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.1.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.1.3 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")", "lint:fix": "npm run lint -- --fix", "lint:styles": "stylelint '**/*.scss' --formatter verbose", "lint:styles:fix": "stylelint '**/*.scss' --fix", @@ -36,7 +36,7 @@ "storybook:build": "build-storybook", "stylelint-check": "stylelint-config-prettier-check", "test": "jest --coverage", - "test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.1.2 --coverage --passWithNoTests", + "test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.1.3 --coverage --passWithNoTests", "test:watch": "npm run test -- --watch -o --coverage" }, "lint-staged": {