Skip to content

Commit 2005e55

Browse files
author
Claudio Ludovico Panetta
committed
Added new command for removing db on MakeFile
1 parent 2ec0a39 commit 2005e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ all: update deploy
22

33
deploy:
44
rm db.json
5+
rm -f db.json
56
hexo generate
67
cp -R ./todomvc public/examples
78
mkdir -p public/unit

0 commit comments

Comments
 (0)