Skip to content

Commit

Permalink
Simplify maintenance by dropping storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jan 31, 2022
1 parent 665ffef commit 0c850ca
Show file tree
Hide file tree
Showing 35 changed files with 12,530 additions and 21,798 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ npm run test:e2e

# run all tests
npm test

# build a storybook
npm run storybook:build

# serve a storybook at http://localhost:6006
npm run storybook:serve
```

## Contributing
Expand Down
5 changes: 0 additions & 5 deletions config/storybook/addons.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions config/storybook/stories-init.js

This file was deleted.

33,134 changes: 12,530 additions & 20,604 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"gen:cordova-resources": "cordova-res",
"lint": "NODE_ENV=production vue-cli-service lint --no-fix",
"test": "npm run lint && npm run test:unit && npm run test:e2e -- --headless",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"i18n:report": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/locales/**/*.json'"
Expand Down Expand Up @@ -54,12 +52,6 @@
},
"devDependencies": {
"@aeternity/vue-i18n-extract": "^0.1.0",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-backgrounds": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/core": "^5.3.19",
"@storybook/vue": "^5.3.19",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-cypress": "^3.12.1",
"@vue/cli-plugin-eslint": "^4.4.4",
Expand Down Expand Up @@ -87,7 +79,6 @@
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"vue-cli-plugin-i18n": "^0.6.1",
"vue-cli-plugin-storybook": "^1.2.2",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.11"
},
Expand Down
5 changes: 0 additions & 5 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@ npm run build -- --report
npx serve --single dist &
trap "kill $!" EXIT
npm run test:e2e -- --headless --url http://localhost:5000

if [[ $TRAVIS_BRANCH == "develop" ]]; then
npm run storybook:build
mv storybook-static dist/storybook
fi
27 changes: 0 additions & 27 deletions src/stories/AeAddress.stories.js

This file was deleted.

51 changes: 0 additions & 51 deletions src/stories/AeButton.stories.js

This file was deleted.

18 changes: 0 additions & 18 deletions src/stories/AeIdenticon.stories.js

This file was deleted.

41 changes: 0 additions & 41 deletions src/stories/AeInput.stories.js

This file was deleted.

64 changes: 0 additions & 64 deletions src/stories/AeInputAccount.stories.js

This file was deleted.

52 changes: 0 additions & 52 deletions src/stories/AeInputAmount.stories.js

This file was deleted.

14 changes: 0 additions & 14 deletions src/stories/AeInputMnemonic.stories.js

This file was deleted.

Loading

0 comments on commit 0c850ca

Please sign in to comment.