Skip to content

Commit e53676a

Browse files
committed
try ci option
1 parent 80d668a commit e53676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"debug": "cross-env NODE_ENV=debug",
2929
"demo": "serve . -l 1337",
3030
"eslint-find-rules": "eslint-find-rules --current .eslintrc.js --unused --plugin",
31-
"buttondiff": "jest test/screenshot/screenshot.test.js --env=node",
31+
"buttondiff": "jest test/screenshot/screenshot.test.js --env=ci",
3232
"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",
3333
"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",
3434
"test-ssr": "jest test/ssr/ssr.test.js --env=node",

0 commit comments

Comments
 (0)