Skip to content

Commit

Permalink
Removed requirement for bash (blackbaud#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Jan 11, 2018
1 parent ca678d4 commit db5852d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ before_install:

- npm install -g @blackbaud/skyux-cli
- export SAVAGE_BRANCH="^savage-"
- chmod +x ./scripts/build-packages.sh
- chmod +x ./scripts/travis-script-build.sh
- chmod +x ./scripts/travis-script-coverage.sh
- chmod +x ./scripts/travis-script-deploy.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dist"
],
"scripts": {
"build": "bash ./scripts/build-packages.sh",
"build": "npm run clean:srctemp && node config/utils/stage-ts.js && cd .srctemp && ngc && cd ../ && npm run compile:sass && npm run copy:design-tokens && cd config/rollup && rollup -c rollup.config.js && rollup -c rollup.min.config.js && rollup -c rollup.demo.config.js && rollup -c rollup.demo.min.config.js && npm run clean:srctemp",
"ci": "npm run lint && npm run test:ci",
"clean": "rimraf -- dist",
"clean:full": "npm cache clean && rimraf -- node_modules doc coverage dist .srctemp webdriver-screenshotslocal webdriver-screenshotslocal-diffs skyux-spa-visual-tests/node_modules/ skyux-spa-visual-tests/dist/",
Expand Down
16 changes: 0 additions & 16 deletions scripts/build-packages.sh

This file was deleted.

0 comments on commit db5852d

Please sign in to comment.