Skip to content

Commit

Permalink
Refactor: Removed redundant readme. Top-level readme now automaticall…
Browse files Browse the repository at this point in the history
…y copied into build.
  • Loading branch information
MTobisch committed May 17, 2024
1 parent 3332d97 commit 42e6336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 957 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "ng build",
"test": "ng test",
"watch": "ng build --watch --configuration development",
"ci:build": "ng build --configuration production",
"ci:build": "ng build --configuration production && cp ./README.md ./dist/ngx-dynamic-hooks/README.md",
"ci:test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage",
"ci:reportCoverage": "codecov"
},
Expand Down
Loading

0 comments on commit 42e6336

Please sign in to comment.