Skip to content

Commit d439ded

Browse files
committed
fix test setup issues
1 parent 28a9720 commit d439ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"private": true,
1010
"engines": {
11-
"node": "8"
11+
"node": "10"
1212
}
1313
}

tools/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Promise.resolve(userToken || cachedToken)
7777
.then(config =>
7878
fs.writeFile(
7979
path.resolve(__dirname, '../config/project.json'),
80-
JSON.stringify(config, null, 2)
80+
JSON.stringify(config.sdkConfig, null, 2)
8181
)
8282
);
8383

0 commit comments

Comments
 (0)