We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3da2a commit 5d0d78aCopy full SHA for 5d0d78a
package.json
@@ -21,7 +21,7 @@
21
"test:forwards": "yarn add -D -W react@next react-dom@next && yarn test",
22
"test:latest": "yarn add -D -W react@latest react-dom@latest && yarn test",
23
"test:compat": "yarn test:backwards && yarn test:forwards && yarn test:latest",
24
- "test:examples": "lerna run test -- --passWithNoTests --watchAll=false",
+ "test:examples": "CI=1 lerna run test -- --passWithNoTests --watchAll=false",
25
"ci": "yarn lint && yarn test:compat && yarn test:examples",
26
"build": "lerna run build",
27
"bump": "lerna version -m 'Bump' --no-git-tag-version --no-push",
0 commit comments