Skip to content

Commit

Permalink
docs: docs project not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Oct 20, 2021
1 parent 216eb99 commit 0c9e805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>@ng-idle Documentation</title>
<base href="/">
<base href="/ng2-idle/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prebuild:libs": "npm run clean:dist",
"build:libs": "ng build core && ng build keepalive",
"prebuild:docs": "npm run build:libs",
"build:docs": "cd ./projects/docs && npm link ../../dist/core && npm link ../../dist/keepalive && ng build docs",
"build:docs": "cd ./projects/docs && npm link ../../dist/core && npm link ../../dist/keepalive && ng build docs --base-href=/ng2-idle/",
"pretest": "npm run build:libs",
"test": "ng test core --watch=false --codeCoverage=true --browsers=ChromeHeadlessNoSandbox --progress=false && ng test keepalive --watch=false --codeCoverage=true --browsers=ChromeHeadlessNoSandbox --progress=false",
"precoverage": "npm run clean:coverage && npm test",
Expand Down

0 comments on commit 0c9e805

Please sign in to comment.