Skip to content

Commit

Permalink
ci(github): remove clean from build
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2023
1 parent 694df7f commit c793b37
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": "Static archive of the old bugs.jquery.com trac site, built with eleventy.",
"scripts": {
"clean": "rimraf _site/",
"build": "npm run clean && npx @11ty/eleventy",
"build": "npx @11ty/eleventy",
"postbuild": "npm run searchindex",
"start": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy --serve --quiet",
"debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy",
Expand Down

0 comments on commit c793b37

Please sign in to comment.