Fix storybook build

This commit is contained in:
dominik-zeglen 2019-06-19 17:19:18 +02:00
parent c228d6e5dc
commit 8c3e015ffc
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@
"lint-fix": "tslint 'src/**/*.{ts,tsx}' --fix",
"start": "webpack-dev-server --open",
"storybook": "start-storybook -p 3000 -c src/storybook/",
"build-storybook": "build-storybook -c src/storybook/ -o storybook",
"build-storybook": "build-storybook -c src/storybook/ -o build/storybook",
"test": "jest src/"
}
}

View file

@ -1,4 +1,4 @@
import * as avatarImage from "../../images/avatars/avatar1.png";
import * as avatarImage from "@assets/images/avatars/avatar1.png";
import { PermissionEnum } from "../types/globalTypes";
import { StaffList_staffUsers_edges_node } from "./types/StaffList";
import { StaffMemberDetails_user } from "./types/StaffMemberDetails";