mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add missing styleguid:build and fix css import
This commit is contained in:
parent
a0634d3d87
commit
107a8ada14
@ -16,6 +16,7 @@ RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-int
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
RUN yarn run styleguide:build
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive --ignore-engines
|
||||
|
||||
COPY . .
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions
|
||||
# install all dependencies
|
||||
$ cd styleguide && yarn install --ignore-engines && cd ..
|
||||
$ yarn run styleguide:build
|
||||
$ yarn install --ignore-engines
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user