mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix missing tokens
This commit is contained in:
parent
c98ffb712c
commit
6d5f30937c
@ -20,7 +20,8 @@ RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
# Install and build Styleguide
|
||||
COPY styleguide/ ./styleguide
|
||||
RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \
|
||||
&& cd ..
|
||||
&& cd .. \
|
||||
&& yarn run styleguide:build
|
||||
|
||||
COPY . .
|
||||
RUN ["yarn", "run", "build"]
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
"generate": "nuxt generate",
|
||||
"lint": "eslint --ext .js,.vue .",
|
||||
"styleguide": "cd ./styleguide && yarn dev",
|
||||
"styleguide:build": "cd ./styleguide && yarn build:lib && cd ../",
|
||||
"test": "jest",
|
||||
"precommit": "yarn lint"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user