Skip to content

Commit

Permalink
Init 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
nschubach committed Oct 24, 2023
1 parent 7c736ac commit 02d73a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"generate:content-source:content-source": "hygen content-source content-source",
"generate:content-source:feature": "hygen content-source feature",
"prepare": "husky install",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-1.30 --coverage --passWithNoTests",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-1.30 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-1.31 --coverage --passWithNoTests",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-1.31 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:changed-feature-branch:fix": "npm run lint:changed-feature-branch -- --fix",
"format": "prettier --write ."
},
Expand Down

0 comments on commit 02d73a0

Please sign in to comment.