Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit cbd7f2e

Browse files
committed
Fix deploy-doc.sh
1 parent 2c5c315 commit cbd7f2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"start": "ng serve",
88
"test": "ng test",
99
"lint": "ng lint",
10+
"build": "ng build --base-href /angular-datatables/",
1011
"e2e": "ng e2e"
1112
},
1213
"private": true,

deploy-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro
2828

2929
info "Building documentation..."
3030
cd $cwd/demo
31-
npm run ng build -prod -aot --base-href /angular-datatables/
31+
npm run build
3232

3333
info "Copying the doc folder to /tmp"
3434
rm -rf /tmp/angular-datatables-demo

0 commit comments

Comments
 (0)