We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d668a commit e53676aCopy full SHA for e53676a
package.json
@@ -28,7 +28,7 @@
28
"debug": "cross-env NODE_ENV=debug",
29
"demo": "serve . -l 1337",
30
"eslint-find-rules": "eslint-find-rules --current .eslintrc.js --unused --plugin",
31
- "buttondiff": "jest test/screenshot/screenshot.test.js --env=node",
+ "buttondiff": "jest test/screenshot/screenshot.test.js --env=ci",
32
"dev": "babel-node ./node_modules/.bin/webpack-dev-server --config webpack.dev.config.js --port 9001 --host localhost.paypal.com --open-page demo/dev/index.htm --https --hot=false --inline=false",
33
"dev-http": "babel-node ./node_modules/.bin/webpack-dev-server --config webpack.dev.config.js --port 9001 --host localhost.paypal.com --open-page demo/dev/index.htm --http --hot=false --inline=false",
34
"test-ssr": "jest test/ssr/ssr.test.js --env=node",
0 commit comments