Skip to content

Commit ac834d9

Browse files
committed
Logs.
1 parent 816e256 commit ac834d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postinstall.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const npmInstall = spawnSync('npm', ['install'], {
1818
stdio: 'inherit'
1919
});
2020

21-
console.log('listing files');
22-
fs.readdirSync(path.join(__dirname, '..', '..')).forEach(file => {
21+
console.log('listing app files');
22+
fs.readdirSync(path.join(__dirname, '..', '..','app')).forEach(file => {
2323
console.log(file);
2424
})
2525

0 commit comments

Comments
 (0)