Skip to content

Commit c5d4bec

Browse files
committed
more update
1 parent 17854f2 commit c5d4bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
all: update
1+
update:
22
rm db.json
33
hexo generate
44
cp -R ./todomvc public/examples
55

6-
deploy:
6+
deploy: update
77
hexo deploy
88

99
test:
1010
npm test
1111

12-
update:
12+
bump:
1313
cd ../vue && \
1414
git checkout -- dist && \
1515
git checkout master && \

0 commit comments

Comments
 (0)