Add missing styleguid:build and fix css import

This commit is contained in:
Robert Schäfer 2018-11-23 14:06:12 +01:00
parent a0634d3d87
commit 107a8ada14
2 changed files with 2 additions and 0 deletions

View File

@ -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 . .

View File

@ -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
```