1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00

Edit travis config

This commit is contained in:
Brent Jackson 2019-03-09 18:20:19 -05:00
parent 868c036f13
commit edd43c6070
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,12 @@
language: node_js
node_js:
- 10
beforeDeploy:
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: docs/dist
on:
branch: master

View File

@ -7,6 +7,7 @@
],
"scripts": {
"start": "yarn workspace @mdx-deck/docs start",
"build": "yarn workspace @mdx-deck/docs build",
"test": "jest"
},
"devDependencies": {