mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Edit travis config
This commit is contained in:
parent
868c036f13
commit
edd43c6070
@ -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
|
||||
|
@ -7,6 +7,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "yarn workspace @mdx-deck/docs start",
|
||||
"build": "yarn workspace @mdx-deck/docs build",
|
||||
"test": "jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user