We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006f2d1 commit c9b71f4Copy full SHA for c9b71f4
doc/wrapper.html
@@ -7,7 +7,7 @@
7
8
<link href="../elements/rhelement/rhelement.min.css" rel="stylesheet">
9
</head>
10
- <body unresolved>
+ <body>
11
<h1>Demos</h1>
12
<ul id="demos"><!-- Inject list --></ul>
13
</body>
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@rhelements/rhelements",
3
"scripts": {
4
- "start": "spandx",
+ "start": "npm run doc-listing-inject && spandx",
5
"lerna": "lerna",
6
"test": "npm run build && wct --configFile wct.conf.json test/index.html",
"build": "lerna run build",
0 commit comments