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>",
|
"author": "Jalil Arfaoui <jalil@arfaoui.net>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "eleventy --serve",
|
"clean": "rm -rf _site",
|
||||||
"build": "eleventy"
|
"dev": "yarn clean && eleventy --serve",
|
||||||
|
"build": "yarn clean && eleventy"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@11ty/eleventy": "^1.0.1",
|
"@11ty/eleventy": "^1.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue