update build scripts and prompt,s
This commit is contained in:
7
002_source/cms/scripts/006_test.sh
Executable file
7
002_source/cms/scripts/006_test.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
node ./scripts/update_repomix.js
|
||||
|
||||
echo "done"
|
8
002_source/cms/scripts/999_express_commit.sh
Executable file
8
002_source/cms/scripts/999_express_commit.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
git add src
|
||||
git commit -m'update,'
|
||||
|
||||
echo "done"
|
@@ -2,16 +2,17 @@ const exec = require('child_process').exec;
|
||||
|
||||
let directories = [
|
||||
//
|
||||
'./src/db',
|
||||
'src/app/dashboard/lp',
|
||||
'src/app/dashboard/mf',
|
||||
'src/app/dashboard/cr',
|
||||
'src/components/dashboard/lp',
|
||||
'src/components/dashboard/mf',
|
||||
'src/components/dashboard/cr',
|
||||
'src/app/dashboard/Sample',
|
||||
// './src/db',
|
||||
// './src/app/dashboard/lp',
|
||||
// './src/app/dashboard/mf',
|
||||
// './src/app/dashboard/cr',
|
||||
// './src/components/dashboard/lp',
|
||||
// './src/components/dashboard/mf',
|
||||
// './src/components/dashboard/cr',
|
||||
// './src/app/dashboard/Sample',
|
||||
'./src/components/dashboard/customer',
|
||||
].map((directory) => {
|
||||
return `cd ${directory} && pnpx repomix`;
|
||||
return `cd ${directory} && pnpx repomix -c /home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/repomix.config.json`;
|
||||
});
|
||||
|
||||
Promise.all(
|
||||
@@ -34,4 +35,5 @@ Promise.all(
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error);
|
||||
// process.exit(1);
|
||||
});
|
||||
|
Reference in New Issue
Block a user