diff options
author | Starfall <us@starfall.systems> | 2023-05-23 12:14:58 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-05-24 12:51:23 -0500 |
commit | 87a7df0947d3cc1ac224b9de15220d8fbf73ea46 (patch) | |
tree | 80e3c9da63d8226dd6efe28a47509f1a6a5d1b26 | |
parent | 5c0a183a1d830479e4cfc705bdc9f13b2b1efac2 (diff) |
stop cleaning _site on preinstall... maybe useful locally but messes with feed dates
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index e680afa..bcb1711 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "license": "UNLICENSED", "private": true, "scripts": { - "preinstall": "rm -rf _site", "install": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve --watch" |