Skip to content

Commit 30ecbf5

Browse files
committed
fix: ensure all build step hooks have typed arguments
1 parent a60b5d7 commit 30ecbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function onPreBuild({
2727
constants,
2828
utils,
2929
netlifyConfig,
30-
}): Promise<void> {
30+
}: NetlifyPluginOptions): Promise<void> {
3131
const { PUBLISH_DIR } = constants
3232
// Print a helpful message if the publish dir is misconfigured
3333
if (!PUBLISH_DIR || process.cwd() === path.resolve(PUBLISH_DIR)) {

0 commit comments

Comments
 (0)