Skip to content

Commit

Permalink
Issue: #24
Browse files Browse the repository at this point in the history
Issue Description: Move slider over to Angular Material

Debugging obscure build failure on Amplify.
  • Loading branch information
neilellis committed Mar 27, 2020
1 parent 4a99d42 commit 74a45e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ frontend:
- npm ci
build:
commands:
- npm run build
- npm run build || ( cat /tmp/ng*/angular-errors.log && exit -1 )
artifacts:
baseDirectory: dist/frontend
files:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --verbose",
"build": "ng build --verbose --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 74a45e2

Please sign in to comment.