Skip to content

Commit d2bceb4

Browse files
committed
skip unit test copying in makefile
1 parent f1ddae7 commit d2bceb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ deploy:
44
rm -f db.json
55
hexo generate
66
cp -R ./todomvc public/examples
7-
mkdir -p public/unit
8-
cp -R ../vue/test/unit/lib/ public/unit/lib
9-
cp ../vue/test/unit/index.html public/unit/index.html
10-
cp ../vue/test/unit/specs.js public/unit/specs.js
11-
cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
127
hexo deploy
138

149
update:

0 commit comments

Comments
 (0)