Skip to content

Commit

Permalink
GO
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Bok committed Dec 15, 2015
1 parent ca8aa71 commit 601e1e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ build:
git fetch --unshallow || true
- npm-install
- npm-test
# - script:
# name: builds.framerjs.com
# code: |
# node_modules/.bin/gulp build-release


deploy:
steps:
Expand All @@ -25,5 +30,7 @@ deploy:
- script:
name: builds.framerjs.com
code: |
rm -Rf build
npm rebuild
node_modules/.bin/gulp build-release
ls -la build

0 comments on commit 601e1e5

Please sign in to comment.