Update CLI snapshots as a postpublish step

This commit is contained in:
hypnos 2017-12-26 21:16:17 +03:00
parent 66de74fc89
commit 0e09b295c1

View File

@ -25,6 +25,7 @@
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json",
"lint:md": "remark",
"publish": "lerna publish",
"postpublish": "yarn test --cli --update",
"repo-dirty-check": "node ./scripts/repo-dirty-check",
"start": "npm --prefix examples/cra-kitchen-sink run storybook",
"test": "node ./scripts/test.js",