Skip to content

Commit

Permalink
Merge pull request #546 from DFurnes/okay-fine-wercker
Browse files Browse the repository at this point in the history
Create pattern library on build step.
  • Loading branch information
DFurnes committed Apr 1, 2016
2 parents 6a215f7 + 3542971 commit e3128c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ build:
name: build production assets
code: npm run build
- npm-test

# Automatically deploy `dev` branch to Github pages
deploy:
steps:
- script:
name: build static pattern library
code: |-
Expand All @@ -20,6 +16,10 @@ deploy:
npm run styleguide &
sleep 5 # let Node start up!
wget -mpc --user-agent="" -e robots=off -P build -nH http://localhost:${STYLEGUIDE_PORT}/
# Automatically deploy `dev` branch to Github pages
deploy:
steps:
- lukevivier/gh-pages:
token: $GH_TOKEN
domain: forge.dosomething.org
Expand Down

0 comments on commit e3128c3

Please sign in to comment.