Skip to content

Commit c465941

Browse files
committed
Switch functions dir back
1 parent a2fbfa9 commit c465941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ module.exports = {
9696
// Whole configuration file. For example, content of `netlify.toml`
9797
netlifyConfig,
9898
// Build constants
99-
constants: { PUBLISH_DIR, FUNCTIONS_DIST },
99+
constants: { PUBLISH_DIR, FUNCTIONS_SRC },
100100
}) {
101101
await generateSSO({
102102
config: netlifyConfig,
103-
functionsDir: FUNCTIONS_DIST,
103+
functionsDir: FUNCTIONS_SRC,
104104
publishDir: PUBLISH_DIR,
105105
})
106106

0 commit comments

Comments
 (0)