diff --git a/package.json b/package.json index d2bd214..5664489 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dev:assets": "npm run assets:refresh && npm run assets:watch", "dev:debug": "DEBUG=* npx @11ty/eleventy --serve --watch", "dev:serve": "npx @11ty/eleventy --serve --watch", - "federalist": "npm run build", + "federalist": "npm run build && bin/conditional_minify.bash", "pa11y-ci": "npx start-server-and-test start 8080 pa11y-ci:local", "pa11y-ci:local": "pa11y-ci http://localhost:8080", "serve": "npx @11ty/eleventy --serve",