Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from deptno/next/7
Browse files Browse the repository at this point in the history
remove storybook config, and ci udpate
  • Loading branch information
deptno authored Oct 5, 2018
2 parents 2a4a6dc + b17aa8b commit 466dff0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- checkout
- restore_cache:
key: v1-npm-deps-{{ checksum "package.json" }}
- run: npm install
- run: npm run ts:check
- run: npm run test:coverage
- run: yarn
- run: yarn ts:check
- run: yarn test:coverage
- save_cache:
key: v1-npm-deps-{{ checksum "package.json" }}
paths:
Expand Down
2 changes: 0 additions & 2 deletions .storybook/addons.js

This file was deleted.

11 changes: 0 additions & 11 deletions .storybook/config.js

This file was deleted.

5 changes: 0 additions & 5 deletions .storybook/preview-head.html

This file was deleted.

18 changes: 0 additions & 18 deletions .storybook/webpack.config.js

This file was deleted.

0 comments on commit 466dff0

Please sign in to comment.