📝 Update README and build script files with modified directory structure and command changes
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
var main = () => {
|
||||
var readmeTemplate = __.rfile.from('README_template.md').string();
|
||||
var tree = $$.shell().sh('tree -L 2').start()[0];
|
||||
var tree = $$.shell().sh('tree.ts --depth 1').start()[0];
|
||||
var treeLines = [];
|
||||
var treeOrigLines = $STR(tree).split('\n');
|
||||
var ignoreFileList = ['LICENSE', 'README.md', 'README_template.md', 'build_readme.js'];
|
||||
|
||||
Reference in New Issue
Block a user