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