Skip to content

Commit f652374

Browse files
committed
updates
1 parent d051e17 commit f652374

File tree

3 files changed

+3141
-3
lines changed

3 files changed

+3141
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
update:
22
rm -rf db.json
3-
hexo generate
3+
node_modules/.bin/hexo generate
44
cp -R ./todomvc public/examples
55

66
deploy: update
7-
hexo deploy
7+
node_modules/.bin/hexo deploy
88

99
test:
1010
npm test

0 commit comments

Comments
 (0)