We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5278731 commit 4722555Copy full SHA for 4722555
package.json
@@ -35,7 +35,7 @@
35
"lint": "cross-env eslint ./src ./test --ext .ts",
36
"test": "yarn build && yarn test:unit && yarn test:e2e",
37
"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",
+ "test:e2e": "npm pack && cross-env YARN_ENABLE_IMMUTABLE_INSTALLS=false jest --config=test/e2e/jest.config.js --ci -i -b",
39
"precommit": "cross-env lint-staged && yarn build && yarn test:unit",
40
"commit": "cross-env git-cz",
41
"semantic-release": "semantic-release",
0 commit comments