fix: build - retire storybook

This commit is contained in:
liyasthomas
2021-08-03 10:24:32 +05:30
parent 10b7da0558
commit db4521db5a
32 changed files with 137 additions and 14759 deletions

View File

@@ -16,9 +16,7 @@
"lintfix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix",
"test": "jest",
"prepare": "husky install",
"pre-commit": "lint-staged",
"storybook": "nuxt storybook",
"storybook:build": "nuxt storybook build"
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{ts,js,vue}": "eslint",
@@ -76,7 +74,6 @@
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/storybook": "^4.1.1",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/svg": "^0.1.12",
"@testing-library/jest-dom": "^5.14.1",
@@ -96,7 +93,6 @@
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^11.1.1",
"nuxt-windicss": "^1.2.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"raw-loader": "^4.0.2",