Skip to content

Commit

Permalink
have netlify build-all-demos instead of build-all
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-smith committed Mar 26, 2019
1 parent d113d06 commit f5581ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ npm i

./.travis/before_install.sh

# This script builds all package bundles (for NPM) & demos (for gh-pages)
npm run build-all
# This script builds all demos for netlify
npm run build-all-demos

0 comments on commit f5581ca

Please sign in to comment.