Skip to content

Commit

Permalink
chore: add cross-env to enable Windows support (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
vorotech and dependabot[bot] authored Mar 9, 2024
1 parent 06a9d0d commit c2b4a74
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
# For all packages, ignore all patch updates
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
28 changes: 28 additions & 0 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"semantic-release": "semantic-release",
"serve": "gatsby serve",
"start": "npm run clean && gatsby develop",
"test": "TZ=UTC jest --config ./internal/testing/jest-config.ts",
"test": "cross-env TZ=UTC jest --config ./internal/testing/jest-config.ts",
"test:update-snapshot": "jest --updateSnapshot --config ./internal/testing/jest-config.ts",
"test:watch": "jest --watch --config ./internal/testing/jest-config.ts",
"deploy": "npm run build && gatsby-plugin-s3 deploy"
Expand Down Expand Up @@ -108,6 +108,7 @@
"codecov": "^3.8.3",
"concurrently": "^8.2.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down

0 comments on commit c2b4a74

Please sign in to comment.