Skip to content

Commit

Permalink
Fixing package script
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-gade committed Oct 30, 2023
1 parent adfb88c commit 95f74cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
"federalist": "npm run build",
"lint": "eslint . --config .eslintrc.json",
"pa11y-ci:sitemap": "sleep 10; pa11y-ci --sitemap http://localhost:8080/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\" --sitemap-find \"^/\" --sitemap-replace \"http://localhost:8080/\"",
"pa11y-ci:sitemap-agile": "sleep 10; pa11y-ci --sitemap http://localhost:8080/sitemap.xml --sitemap-exclude \"/*.pdf\" --sitemap-exclude \"/admin\" --sitemap-find \"^/agile\" --sitemap-replace \"http://localhost:8080/\"",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1",
"test:links": "npx check-html-links _site --ignore-link-pattern '**/TODO/' 2>&1 | tee /dev/stderr | grep ✅",
"test:links-internal": "npx check-html-links _site --ignore-link-pattern '**/TODO/'",
"test:html-validation": "html-validate _site/**/*.html",
"test:pa11y-ci": "npx start-server-and-test start 8080 pa11y-ci:sitemap-agile"
"test:pa11y-ci": "npx start-server-and-test start 8080 pa11y-ci:sitemap"
},
"author": "",
"license": "CC0-1.0",
Expand Down

0 comments on commit 95f74cf

Please sign in to comment.