File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ module.exports = {
97
97
try {
98
98
if ( isActions ) {
99
99
// Here we're passing the build directory instead of source because source is extracted from inputs.functions.
100
- const stats = await build . run ( functionsBuildDir ) ;
100
+ const stats = await build . run ( functionsBuildDir , inputs . functions ) ;
101
101
console . log ( stats . toString ( stats . compilation . options . stats ) ) ;
102
102
// Copy any files that do not end with .js. T
103
103
cpx . copy ( inputs . functions + '/**/*.!(js)' , functionsBuildDir ) ;
@@ -117,6 +117,7 @@ module.exports = {
117
117
}
118
118
119
119
if ( isActions ) {
120
+ console . log ( '\n------------------Functions------------------\n' ) ;
120
121
await deployActions ( {
121
122
run : utils . run ,
122
123
functionsDir : functionsBuildDir ,
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@iarna/toml" : " ^2.2.5" ,
30
30
"cpx" : " ^1.5.0" ,
31
- "netlify-lambda" : " satyarohith/netlify-lambda#master " ,
31
+ "netlify-lambda" : " satyarohith/netlify-lambda#88eac6a37bfb0920897c86ecda8682944a2bf5be " ,
32
32
"netlify-redirect-parser" : " ^2.5.0" ,
33
33
"nimbella-cli" : " https://apigcp.nimbella.io/downloads/nim/nim-v1.8.0/nim-v1.8.0.tar.gz"
34
34
},
You can’t perform that action at this time.
0 commit comments