Skip to content

Commit b93f6e2

Browse files
authored
Merge pull request #63 from matthewp/noscope
Fix web.js build
2 parents 08c9e5a + f164a04 commit b93f6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ index.js: haunted.js
1010
sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/lit-html/' $^ > $@
1111

1212
web.js: haunted.js
13-
sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/\.\.\/node_modules\/lit-html\/lit-html\.js/' $^ > $@
13+
sed 's/https:\/\/unpkg\.com\/lit-html@\^1\.0\.0\/lit-html\.js/\.\.\/lit-html\/lit-html\.js/' $^ > $@
1414

1515
clean:
1616
@rm -f haunted.js index.js web.js

0 commit comments

Comments
 (0)