Update CI
parent
ece91a9a7e
commit
c263b16d8b
|
@ -1,7 +1,7 @@
|
||||||
image: node
|
image: node
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- npm install
|
- yarn install
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
|
@ -9,9 +9,9 @@ cache:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- npm run generate
|
- yarn generate
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- dist
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"eslint-loader": "^1.7.1",
|
"eslint-loader": "^1.7.1",
|
||||||
"eslint-plugin-import": "^2.8.0",
|
"eslint-plugin-import": "^2.8.0",
|
||||||
"eslint-plugin-vue": "^3.14.0",
|
"eslint-plugin-vue": "^3.14.0",
|
||||||
"node-sass": "^4.7.2",
|
"node-sass": "^4.9.2",
|
||||||
"pug": "2.0.0-beta6",
|
"pug": "2.0.0-beta6",
|
||||||
"pug-loader": "^2.3.0",
|
"pug-loader": "^2.3.0",
|
||||||
"push-dir": "^0.4.1",
|
"push-dir": "^0.4.1",
|
||||||
|
|
Loading…
Reference in New Issue