FIX pebkac problem

This commit is contained in:
Norbert de Langen 2020-01-25 14:03:43 +01:00
parent a582b3bff3
commit 0c3558d707
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -2,7 +2,7 @@ import { addParameters, addDecorator } from '@storybook/ember';
import { setJSONDoc } from '@storybook/addon-docs/ember';
import { withA11y } from '@storybook/addon-a11y';
// eslint-disable-next-line import/no-unresolved
import docJson from '../dist/storybook-docgen/index.json';
import docJson from '../ember-output/storybook-docgen/index.json';
setJSONDoc(docJson);
addDecorator(withA11y);