Skip to content

Commit 4722555

Browse files
committed
chore: disable immutable installs in e2e tests
1 parent 5278731 commit 4722555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint": "cross-env eslint ./src ./test --ext .ts",
3636
"test": "yarn build && yarn test:unit && yarn test:e2e",
3737
"test:unit": "cross-env jest --config=test/unit/jest.config.js",
38-
"test:e2e": "npm pack && cross-env jest --config=test/e2e/jest.config.js --ci -i -b",
38+
"test:e2e": "npm pack && cross-env YARN_ENABLE_IMMUTABLE_INSTALLS=false jest --config=test/e2e/jest.config.js --ci -i -b",
3939
"precommit": "cross-env lint-staged && yarn build && yarn test:unit",
4040
"commit": "cross-env git-cz",
4141
"semantic-release": "semantic-release",

0 commit comments

Comments
 (0)