Skip to content

Commit c9b71f4

Browse files
authored
Fix npm start (#255)
* re-add doc/index.html * Revert "re-add doc/index.html" This reverts commit bfc2092. * re-enable doc inject before spandx; remove unresolved
1 parent 006f2d1 commit c9b71f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link href="../elements/rhelement/rhelement.min.css" rel="stylesheet">
99
</head>
10-
<body unresolved>
10+
<body>
1111
<h1>Demos</h1>
1212
<ul id="demos"><!-- Inject list --></ul>
1313
</body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rhelements/rhelements",
33
"scripts": {
4-
"start": "spandx",
4+
"start": "npm run doc-listing-inject && spandx",
55
"lerna": "lerna",
66
"test": "npm run build && wct --configFile wct.conf.json test/index.html",
77
"build": "lerna run build",

0 commit comments

Comments
 (0)