Merge pull request #18 from Human-Connection/fix-styleguide

Fix container build with styleguide
This commit is contained in:
Grzegorz Leoniec 2018-11-23 15:52:57 +01:00 committed by GitHub
commit 8780bbaa81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 5 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
```

View File

@ -1,4 +1,6 @@
{
"semi": false,
"singleQuote": true
"singleQuote": true,
"tabWidth": 2,
"bracketSpacing": true
}

View File

@ -56,7 +56,7 @@
"vue-router": "^3.0.1",
"vue-svg-loader": "^0.8.0",
"vue-template-compiler": "^2.5.17",
"vuep": "^0.8.1",
"vuep": "git://github.com/visualjerk/vuep.git#fix-iframe-firefox",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-merge-and-include-globally": "^2.0.11"
},

View File

@ -9460,10 +9460,9 @@ vue@^2.4.2, vue@^2.5.17:
version "2.5.17"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
vuep@^0.8.1:
"vuep@git://github.com/visualjerk/vuep.git#fix-iframe-firefox":
version "0.8.1"
resolved "https://registry.yarnpkg.com/vuep/-/vuep-0.8.1.tgz#949b455f375788fbd7d1c35ca495a0faa5d5502f"
integrity sha512-D4ClmdZ37Itb57KdW9FPqE5820ENAFuJFmc7KyzGfoGBDhVHYxgF/pUbeTjpGe4VF0u2lGQVItfZ1xlh9nMpWg==
resolved "git://github.com/visualjerk/vuep.git#df765f9bce3d96f79ffc35e75ec2885539bf9baa"
dependencies:
simple-assign "^0.1.0"

View File

@ -9470,6 +9470,7 @@ vue-template-es2015-compiler@^1.6.0:
vue@^2.5.17:
version "2.5.17"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==
vuex@^3.0.1:
version "3.0.1"