UNPKG

@percy/storybook

Version:

Storybook addons for visual testing with Percy

8 lines (5 loc) 284 B
#!/usr/bin/env node let log = require('@percy/logger')('percy-storybook-script'); log.warn('The `percy-storybook` command has been deprecated. Use @percy/cli instead.'); log.info('See upgrade instructions here: https://github.com/percy/percy-storybook#upgrading'); process.exit(1);