Skip to content

Commit

Permalink
Clean and serve
Browse files Browse the repository at this point in the history
  • Loading branch information
MadeByMike committed Nov 18, 2019
1 parent 2f9c703 commit 51baca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An Eleventy starter-kit designed to help you add rich features to a blog or website without the need for a complicated build process.",
"main": "index.js",
"scripts": {
"start": "cross-env ELEVENTY_ENV=development npx eleventy --serve",
"start": "cross-env ELEVENTY_ENV=development npx eleventy clean && eleventy --serve",
"build": "npx eleventy"
},
"keywords": [],
Expand Down

0 comments on commit 51baca7

Please sign in to comment.