Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4e68ace

Browse files
committedJan 6, 2022
remove log
1 parent 71058a7 commit 4e68ace

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎scripts/pack-packages.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ const { packageDirectoryNames } = require('./packages');
22
const { execSync } = require('child_process');
33

44
packageDirectoryNames.forEach(packageDirectoryName => {
5-
console.log(packageDirectoryName);
65
execSync('cd packages/' + packageDirectoryName + ' && npm pack');
76
});

0 commit comments

Comments
 (0)
Please sign in to comment.