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

Commit

Permalink
Merge branch 'master' into confirmation-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Nov 18, 2017
2 parents a01e525 + 4e8c286 commit 4ad136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@angular/platform-browser-dynamic": "4.3.6",
"@angular/router": "4.3.6",
"@blackbaud/skyux": "2.3.2",
"@blackbaud/skyux-builder": "1.6.2",
"@blackbaud/skyux-builder": "1.7.1",
"@blackbaud/skyux-design-tokens": "0.0.8",
"@blackbaud/stache": "2.1.0",
"@types/core-js": "0.9.41",
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis-script-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ]; then
# Building SKY UX requires a lot of memory:
# https://github.com/npm/npm/issues/12238#issuecomment-301645764
node --max-old-space-size=4096 `which npm` run build:skyux
skyux build --output-keep-alive
else
echo -e "Pull requests from forks are run via Savage."
fi

0 comments on commit 4ad136c

Please sign in to comment.