Skip to content

Commit

Permalink
new build-demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed May 18, 2024
1 parent 23d95b8 commit 6729c40
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 303 deletions.
302 changes: 0 additions & 302 deletions docs/3rdpartylicenses.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build ng-persian-datepicker && cp projects/ng-persian-datepicker/README.md .",
"build-demo": "ng build --output-path docs --base-href /ng-persian-datepicker/",
"build-demo": "ng build --base-href /ng-persian-datepicker/ && rm -rf docs/* && cp -r dist/angular-persian-datepicker/browser/* docs",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down

0 comments on commit 6729c40

Please sign in to comment.