We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404b825 commit 3e13445Copy full SHA for 3e13445
manifest.yml
@@ -1,6 +1,7 @@
1
name: netlify-plugin-axe
2
inputs:
3
- name: checkPaths
4
+ required: true
5
- name: resultMode
6
- name: debugMode
7
- name: testMode
plugin/index.js
@@ -17,11 +17,6 @@ function netlifyPlugin(conf) {
17
constants: { PUBLISH_DIR },
18
utils: { build }
19
}) {
20
- if (!checkPaths) {
21
- build.failBuild(
22
- `checkPaths is undefined - please specify some checkPaths`
23
- );
24
- }
25
const htmlFilePaths = await pluginCore.generateFilePaths({
26
fileAndDirPaths: checkPaths,
27
PUBLISH_DIR
0 commit comments