Skip to content

Commit

Permalink
Improve local dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jun 8, 2024
1 parent 55fa3c7 commit ef94c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "chaosdorf-website",
"scripts": {
"start": "eleventy --serve",
"start": "eleventy --serve --watch",
"build": "eleventy"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"clean-css": "^5.3.3",
"js-yaml": "^4.1.0"
}
}
}

0 comments on commit ef94c32

Please sign in to comment.