Update CI

merge-requests/1/head
Matthew Ess 2018-07-23 21:15:58 -04:00
parent ece91a9a7e
commit c263b16d8b
3 changed files with 1016 additions and 1189 deletions

View File

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

View File

@ -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",

2197
yarn.lock

File diff suppressed because it is too large Load Diff