Skip to content

Commit

Permalink
Add clean task and fix package audit
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Sep 13, 2024
1 parent 587559d commit 6e29fa2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "A blog about tech and stuff.",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
"serve": "npm run clean && npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"clean": "rm -rf _site"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 6e29fa2

Please sign in to comment.