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 a60b5d7 commit 30ecbf5Copy full SHA for 30ecbf5
plugin/src/index.ts
@@ -27,7 +27,7 @@ export async function onPreBuild({
27
constants,
28
utils,
29
netlifyConfig,
30
-}): Promise<void> {
+}: NetlifyPluginOptions): Promise<void> {
31
const { PUBLISH_DIR } = constants
32
// Print a helpful message if the publish dir is misconfigured
33
if (!PUBLISH_DIR || process.cwd() === path.resolve(PUBLISH_DIR)) {
0 commit comments