Skip to content

Commit

Permalink
fix: fix typo and remove artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Levin authored and Nadiia Dmytrenko committed Aug 10, 2018
1 parent abf1379 commit 3f4cd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ COPY . .

# Perform any build steps if you want binaries inside of the image
RUN yarn build && patch -p1 < ./node_modules/enzyme-context-patch/patches/enzyme-adapter-react-16+1.1.1.patch
RUN yarn build-storybook
RUN yarn test
RUN yarn build-storybook
2 changes: 1 addition & 1 deletion src/styles/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type Animation = {};

export type ThemeT = {
colors: Colors,
typorgaphy: Typography,
typography: Typography,
sizing: Sizing,
lighting: Lighting,
animation: Animation,
Expand Down

0 comments on commit 3f4cd3f

Please sign in to comment.