Skip to content

Commit 6bf9dde

Browse files
committed
update rc-tools
1 parent e1a4fd2 commit 6bf9dde

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ lib
2727
coverage
2828
.vscode
2929
yarn.lock
30+
storybook/
3031
es/
3132
package-lock.json
3233
src/*.js

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"port": 8093
2929
},
3030
"scripts": {
31-
"build": "rc-tools run storybook-build",
31+
"build": "rc-tools run build",
3232
"compile": "rc-tools run compile --babel-runtime",
33-
"gh-pages": "npm run build && rc-tools run storybook-gh-pages",
33+
"gh-pages": "rc-tools run gh-pages",
3434
"start": "rc-tools run storybook",
3535
"pub": "rc-tools run pub --babel-runtime",
3636
"lint": "rc-tools run lint",
@@ -39,7 +39,6 @@
3939
"test": "rc-tools run test",
4040
"prepublish": "rc-tools run guard",
4141
"init-tslint": "rc-tools run gen-lint-config",
42-
"init-storybook": "rc-tools run genStorybook",
4342
"coverage": "rc-tools run test --coverage",
4443
"pre-commit": "rc-tools run pre-commit",
4544
"storybook": "rc-tools run storybook",
@@ -59,7 +58,7 @@
5958
"lodash.debounce": "^4.0.8",
6059
"pre-commit": "1.x",
6160
"querystring": "^0.2.0",
62-
"rc-tools": "^9.4.1",
61+
"rc-tools": "^9.5.0",
6362
"react": "^16.0.0",
6463
"react-dom": "^16.0.0",
6564
"typescript": "^3.2.2"

storybook/index.js

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

0 commit comments

Comments
 (0)