Fix storybook build
This commit is contained in:
parent
c228d6e5dc
commit
8c3e015ffc
2 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue