We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694df7f commit c793b37Copy full SHA for c793b37
package.json
@@ -4,7 +4,7 @@
4
"description": "Static archive of the old bugs.jquery.com trac site, built with eleventy.",
5
"scripts": {
6
"clean": "rimraf _site/",
7
- "build": "npm run clean && npx @11ty/eleventy",
+ "build": "npx @11ty/eleventy",
8
"postbuild": "npm run searchindex",
9
"start": "npm run clean && cross-env NODE_ENV=development npx @11ty/eleventy --serve --quiet",
10
"debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy",
0 commit comments