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 201a886 commit 21447c8Copy full SHA for 21447c8
package.json
@@ -12,7 +12,7 @@
12
"module": "dist/index.es.js",
13
"jsnext:main": "dist/index.es.js",
14
"scripts": {
15
- "test": "react-scripts test --env=jsdom",
+ "test": "CI=1 react-scripts test --env=jsdom",
16
"build": "rollup -c",
17
"start": "rollup -c -w",
18
"prepublish": "npm run build",
0 commit comments