Skip to content

Commit

Permalink
Remove sitemap url from cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
mejiaj committed Feb 21, 2025
1 parent fbe41ee commit 2835ad8
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 @@ -55,7 +55,7 @@
"test:stop": "pkill -f jekyll",
"start-detached": "bundle exec jekyll serve --detach --host=localhost",
"startup": "npm install && bundle install && npm run build:uswds && npm run build:all-assets",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude '/*.pdf|next|together/'",
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude '/*.pdf|next/'",
"pa11y-ci:sitemap-mobile": "pa11y-ci --config .pa11yci--mobile --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude '/*.pdf|next|together/'",
"pa11y-ci:sitemap-json": "pa11y-ci --json > pa11y-results.json --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude '/*.pdf|next|together/'",
"prettier:scss": "npx prettier --check './css/**/*.scss'",
Expand Down

0 comments on commit 2835ad8

Please sign in to comment.