fix: build - retire storybook
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user