Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
fix ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 27, 2017
1 parent f021f21 commit f0b827e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
command: npm install
- run:
name: build
command: npm run build
command: npm run prepublish
- store_artifacts:
path: build
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ node_js:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script: npm run build
script: npm run prepublish

0 comments on commit f0b827e

Please sign in to comment.