Skip to content

Commit

Permalink
Fix migrate and reindex (#7401)
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl authored Oct 23, 2024
1 parent 39be959 commit d58bd89
Showing 1 changed file 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 @@ -53,7 +53,7 @@
"fixtures": "node --no-experimental-fetch scripts/bash.js ./uwazi-fixtures/restore.sh",
"add-migration": "./node_modules/.bin/plop --plopfile ./app/api/migrations/plopfile.js migration",
"migrate": "node --no-experimental-fetch scripts/run.js ../scripts/migrate.js",
"migrate-and-reindex": "node --no-experimental-fetch scripts/run.js ../scripts/migrate_and_reindex.js",
"migrate-and-reindex": "node scripts/run.js ../scripts/migrate_and_reindex.js",
"test-debug": "node --no-experimental-fetch --inspect ./node_modules/.bin/jest --watch --no-cache -i",
"test": "node --no-experimental-fetch ./node_modules/.bin/jest -w=50%",
"e2e-puppeteer-all": "echo 'MAKE SURE UWAZI IS RUNNING WITH uwazi_e2e DATABASE AND INDEX';DATABASE_NAME=uwazi_e2e INDEX_NAME=uwazi_e2e jest --projects e2e/jest.e2e.config.ts -i --verbose true",
Expand Down

0 comments on commit d58bd89

Please sign in to comment.