Skip to content

Commit

Permalink
fix(demo): fix demo build and link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibrain committed Sep 25, 2019
1 parent 7acc8f1 commit 703705b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>SVGuitar Demo</h1>

<p>Demo page for SVGuitar. Try to create some SVGs here.</p>

<a href="/docs/">TypeScript Documentation</a>
<a href="./docs">TypeScript Documentation</a>
</div>
</div>
<div class="row">
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 @@
"scripts": {
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"prebuild": "rimraf dist",
"build": "run-s build:tsc build:rollup build:typedoc",
"build": "run-s build:tsc build:rollup build:typedoc build:demo",
"build:typedoc": "typedoc --out docs --target es6 --theme minimal --mode file src",
"build:tsc": "tsc --module commonjs",
"build:rollup": "rollup -c rollup.config.ts",
Expand Down

0 comments on commit 703705b

Please sign in to comment.