Skip to content

Commit aa80315

Browse files
ykztsGargron
authored andcommitted
Remove Storybook (#4397)
1 parent f2233c3 commit aa80315

14 files changed

+65
-992
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ public/system
44
public/assets
55
public/packs
66
node_modules
7-
storybook
87
neo4j
98
vendor/bundle
109
.DS_Store

.nanoignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ node_modules/
1414
public/assets/
1515
public/system/
1616
spec/
17-
storybook/
1817
tmp/
1918
.vagrant/
2019
vendor/bundle/

.slugignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ node_modules/
22
.cache/
33
docs/
44
spec/
5-
storybook/

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"build:production": "cross-env RAILS_ENV=production ./bin/webpack",
88
"manage:translations": "node ./config/webpack/translationRunner.js",
99
"start": "node ./streaming/index.js",
10-
"storybook": "cross-env NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
1110
"test": "npm run test:lint && npm run test:mocha",
12-
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storybook/ streaming/",
11+
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
1312
"test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
1413
"postinstall": "npm rebuild node-sass"
1514
},
@@ -120,8 +119,6 @@
120119
"websocket.js": "^0.1.12"
121120
},
122121
"devDependencies": {
123-
"@storybook/addon-actions": "^3.1.8",
124-
"@storybook/react": "^3.1.8",
125122
"babel-eslint": "^7.2.3",
126123
"chai": "^4.1.0",
127124
"chai-enzyme": "^0.8.0",

storybook/config.js

-15
This file was deleted.

storybook/initial_state.js

-24
This file was deleted.

storybook/stories/autosuggest_textarea.story.js

-18
This file was deleted.

storybook/stories/button.story.js

-18
This file was deleted.

storybook/stories/character_counter.story.js

-21
This file was deleted.

storybook/stories/loading_indicator.story.js

-12
This file was deleted.

storybook/stories/onboarding_modal.story.js

-24
This file was deleted.

storybook/storybook.scss

-3
This file was deleted.

storybook/webpack.config.js

-21
This file was deleted.

0 commit comments

Comments
 (0)