8000 clean public dir on deploy · padcom/vuejs.org@723f85c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 723f85c

Browse files
committed
clean public dir on deploy
1 parent 332e18c commit 723f85c

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
@@ -1,7 +1,7 @@
11
all: update deploy
22

33
deploy:
4-
rm -f db.json
4+
rm -rf public db.json
55
hexo generate
66
hexo deploy
77

0 commit comments

Comments
 (0)
0