feat: add simple script: print-env.ts
This commit is contained in:
@@ -40,7 +40,7 @@ fn main() -> XResult<()> {
|
||||
debugging!("Skip none dir: {}", script_dir);
|
||||
continue;
|
||||
}
|
||||
if "libraries" == script_dir || script_dir.starts_with(".") {
|
||||
if "libraries" == script_dir || "single-scripts" == script_dir || script_dir.starts_with(".") {
|
||||
debugging!("Skip update meta rs: {}", script_dir);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user