Skip to content

Commit

Permalink
Add a 3s delay before running pa11y-ci.
Browse files Browse the repository at this point in the history
CI fails otherwise.
  • Loading branch information
XhmikosR committed Sep 27, 2019
1 parent fbde816 commit 3fd5aed
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 1 deletion.
87 changes: 87 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"docs-linkinator": "linkinator _gh_pages --recurse --silent --skip \"^(?!http://localhost)\"",
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-pa11y": "pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://getbootstrap.com --sitemap-replace http://localhost:9001",
"docs-pa11y": "delay 3 && pa11y-ci --config build/.pa11yci.json --sitemap http://localhost:9001/sitemap.xml --sitemap-find https://getbootstrap.com --sitemap-replace http://localhost:9001",
"docs-accessibility": "npm-run-all --parallel --race \"docs-serve-only -- -n\" docs-pa11y",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "serve _gh_pages --listen 9001",
Expand Down Expand Up @@ -100,6 +100,7 @@
"clean-css-cli": "^4.3.0",
"coveralls": "^3.0.6",
"cross-env": "^6.0.0",
"delay-cli": "^1.1.0",
"eslint": "^6.4.0",
"eslint-config-xo": "^0.26.0",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit 3fd5aed

Please sign in to comment.