Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 2, 2025
1 parent 15dda2c commit 2face74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,5 +611,3 @@ data:
fi
# ========== End of TSP system creation

# Database indexes synchronization, it's crucial until we have all the entities in NestJS app.
npm run syncIndexes
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"nest:test:cov": "jest \"^((?!\\.load\\.spec\\.ts).)*\\.spec\\.ts$\" --coverage --force-exit --maxWorkers='50%'",
"nest:test:debug": "jest --runInBand",
"nest:lint": "eslint apps --ignore-path .gitignore",
"syncIndexes": "node ./scripts/syncIndexes.js",
"ensureIndexes": "npm run nest:start:console -- database sync-indexes",
"schoolExport": "node ./scripts/schoolExport.js",
"schoolImport": "node ./scripts/schoolImport.js",
Expand Down
48 changes: 0 additions & 48 deletions scripts/syncIndexes.js

This file was deleted.

0 comments on commit 2face74

Please sign in to comment.