Skip to content

Commit

Permalink
fixed production filepath issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yarivbancor committed Feb 3, 2025
1 parent 6c898c8 commit 2ad9844
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"migration:revert": "npm run build && typeorm-ts-node-commonjs migration:revert -d src/typeorm.config.ts",
"generate-erd": "ts-node -r tsconfig-paths/register --compilerOptions '{\"module\":\"CommonJS\"}' src/scripts/generate-erd.ts && npm run generate-erd-svg",
"generate-erd-svg": "mmdc -i erd.mmd -o erd.svg",
"db:seed": "node scripts/seed.js"
"db:seed": "node src/scripts/seed.js"
},
"dependencies": {
"@codex-data/sdk": "^0.6.2",
Expand Down
File renamed without changes.

0 comments on commit 2ad9844

Please sign in to comment.