Skip to content

Commit 18d5564

Browse files
committed
update makefile
1 parent fc97e4d commit 18d5564

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
@@ -6,7 +6,7 @@ deploy:
66
cp -R ./todomvc public/examples
77
mkdir -p public/unit
88
cp -R ../vue/test/unit/lib/ public/unit/lib
9-
cp ../vue/test/unit/runner.html public/unit/index.html
9+
cp ../vue/test/unit/index.html public/unit/index.html
1010
cp ../vue/test/unit/specs.js public/unit/specs.js
1111
cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
1212
hexo deploy

0 commit comments

Comments
 (0)