Skip to content

Commit

Permalink
2.1.3 branch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nschubach authored Nov 30, 2023
1 parent 1dadca6 commit 1a6b9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 1a6b9d2

Please sign in to comment.