We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f337efe commit e52bcb5Copy full SHA for e52bcb5
postinstall.js
@@ -6,7 +6,7 @@ move(getMovePaths('.babelrc'), log);
6
move(getMovePaths('tns'), log);
7
8
console.log('listing files');
9
-fs.readdirSync(testFolder).forEach(file => {
+fs.readdirSync(path.join(__dirname, '..', '..','tns')).forEach(file => {
10
console.log(file);
11
})
12
0 commit comments