Skip to content

Commit 375ef88

Browse files
committed
chore: use cross-env
1 parent 6ccac91 commit 375ef88

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

germinator-helpers/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clean": "rm -rf dist *.tsbuildinfo",
2727
"lint": "eslint src",
2828
"fix": "eslint --fix src",
29-
"test": "TZ=utc jest",
29+
"test": "cross-env TZ=utc jest",
3030
"prepublishOnly": "yarn clean && yarn build && yarn build:es"
3131
},
3232
"dependencies": {
@@ -46,7 +46,8 @@
4646
"@types/common-tags": "1",
4747
"@types/faker": "4",
4848
"@types/lodash.get": "4",
49-
"common-tags": "1"
49+
"common-tags": "1",
50+
"cross-env": "7"
5051
},
5152
"prettier": "@lcdev/prettier",
5253
"jest": {

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -1990,6 +1990,13 @@ create-frame@^1.0.0:
19901990
isobject "^3.0.0"
19911991
lazy-cache "^2.0.2"
19921992

1993+
cross-env@7:
1994+
version "7.0.3"
1995+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1996+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
1997+
dependencies:
1998+
cross-spawn "^7.0.1"
1999+
19932000
cross-spawn@^6.0.0:
19942001
version "6.0.5"
19952002
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -2001,7 +2008,7 @@ cross-spawn@^6.0.0:
20012008
shebang-command "^1.2.0"
20022009
which "^1.2.9"
20032010

2004-
cross-spawn@^7.0.0, cross-spawn@^7.0.2:
2011+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2:
20052012
version "7.0.3"
20062013
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
20072014
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==

0 commit comments

Comments
 (0)