chore: delete _site before building
This commit is contained in:
parent
ce6aaafe8e
commit
49c332561f
1 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@
|
|||
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "eleventy --serve",
|
||||
"build": "eleventy"
|
||||
"clean": "rm -rf _site",
|
||||
"dev": "yarn clean && eleventy --serve",
|
||||
"build": "yarn clean && eleventy"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^1.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue