Skip to content

Commit 7e5415b

Browse files
added build badge to readme and fixed prod build error
1 parent 595ab0f commit 7e5415b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# angular-component-library
2+
[![Build](https://github.com/chapi-chapi/angular-component-library/workflows/Build/badge.svg)](https://github.com/chapi-chapi/angular-component-library/actions?query=workflow%3ABuild)
3+
24
This project was scaffolded using [chapi-chapi/generator-angular](https://github.com/chapi-chapi/generator-angular)
35

46
This is a component library for various angular packages.

src/environments/environment.prod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export const environment = {
2-
production: true
2+
production: true,
3+
mock: false
34
};

0 commit comments

Comments
 (0)