Skip to content

Commit 0abc09c

Browse files
committed
update makefile
1 parent 5bd9627 commit 0abc09c

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,18 +1,18 @@
11
update:
22
rm 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
1111

1212
bump:
1313
cd ../vue && \
1414
git checkout -- dist && \
15-
git checkout master && \
15+
git checkout v1.0.28 && \
1616
npm run build && \
1717
npm run build-test > /dev/null
1818
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js

0 commit comments

Comments
 (0)