Skip to content

Commit c793b37

Browse files
committed
ci(github): remove clean from build
1 parent 694df7f commit c793b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Static archive of the old bugs.jquery.com trac site, built with eleventy.",
55
"scripts": {
66
"clean": "rimraf _site/",
7-
"build": "npm run clean && npx @11ty/eleventy",
7+
"build": "npx @11ty/eleventy",
88
"postbuild": "npm run searchindex",
99
"start": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy --serve --quiet",
1010
"debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy",

0 commit comments

Comments
 (0)