Skip to content

Commit

Permalink
Add db folder to oracle-cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 5, 2024
1 parent d621c6c commit f30db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/oracle-cloud/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const stdout = execSync(
"lerna list --include-dependencies --json --all --loglevel silent --scope @dzcode.io/api",
);
const dependencies = JSON.parse(stdout.toString()) as Array<{ name: string; location: string }>;
const subPaths = ["dist", "package.json", "models"];
const subPaths = ["dist", "package.json", "models", "db"];
const workspaceRoot = join(__dirname, "../..");
const fromToRecords = dependencies
.map<{ from: string; to: string }>(({ location }) => ({
Expand Down

0 comments on commit f30db43

Please sign in to comment.