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

Commit b17aa8b

Browse files
committed
remove storybook config, and ci udpate
1 parent 4257ad1 commit b17aa8b

File tree

5 files changed

+3
-39
lines changed

5 files changed

+3
-39
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- checkout
1313
- restore_cache:
1414
key: v1-npm-deps-{{ checksum "package.json" }}
15-
- run: npm install
16-
- run: npm run ts:check
17-
- run: npm run test:coverage
15+
- run: yarn
16+
- run: yarn ts:check
17+
- run: yarn test:coverage
1818
- save_cache:
1919
key: v1-npm-deps-{{ checksum "package.json" }}
2020
paths:

.storybook/addons.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

.storybook/config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

.storybook/preview-head.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

.storybook/webpack.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)