Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jul 27, 2020
1 parent 75fbead commit 14f885c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,9 @@ addons:
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1366x768x24 > /dev/null 2>&1 &
- npm i vuepress macaca-ecosystem
- npm run docs:build
- npm i macaca-ecosystem
- npm i vuepress -g
- vuepress build docs
script:
- npm i
- $(npm bin)/macaca-ecosystem push --cwd ./docs_dist --branch gh-pages
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -17,8 +17,7 @@
"test-http": "node bin/torch --dom-global --compile --http test/main",
"test-http-live": "node bin/torch --compile --http --interactive test/renderer",
"contributor": "git-contributor",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:dev": "vuepress dev docs"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 14f885c

Please sign in to comment.