Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
command: npm run build
- run:
name: test
command: npm test -- --singleRun --code-coverage
command: npm test -- --watch=false --code-coverage
- store_artifacts:
path: coverage
prefix: coverage
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Angular Skeleton App
Angular 6.x navigation skeleton project with styling which get you started faster.
Angular 7.x navigation skeleton project with styling which get you started faster.

## What does it have?
- Angular CLI 6.0 template
- Angular CLI 7.0 template
- SCSS for styling
- Font Awesome and Bootstrap 4.x (no javascript, just styles)
- Navigation/layout
Expand Down
Loading