mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix some styleguid configurations
This commit is contained in:
parent
fa29cf1540
commit
d779695800
@ -1,4 +1,4 @@
|
||||
import defaultConfig from './nuxt.config.js'
|
||||
import defaultConfig from '../../nuxt.config.js'
|
||||
|
||||
const { css, styleResources, manifest } = defaultConfig
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 3002 -s ./static -c storybook/",
|
||||
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt build",
|
||||
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt start",
|
||||
"generate:maintenance": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate -c nuxt.config.maintenance.js",
|
||||
"generate:maintenance": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate -c maintenance/source/nuxt.config.maintenance.js",
|
||||
"generate": "cross-env NODE_OPTIONS=--openssl-legacy-provider nuxt generate",
|
||||
"lint": "eslint --ext .js,.vue .",
|
||||
"locales": "../scripts/translations/missing-keys.sh && ../scripts/translations/sort.sh",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user