diff --git a/backend/package.json b/backend/package.json index ed1328cdf..42b82717f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -28,6 +28,8 @@ "package-rm-build-deps": "(cd package/node_modules; rm -r typescript @typescript-eslint)", "start": "node --max-old-space-size=2048 dist/index.js", "start-production": "node --max-old-space-size=16384 dist/index.js", + "reindex-updated-pools": "npm run start-production --update-pools", + "reindex-all-blocks": "npm run start-production --update-pools --reindex-blocks", "test": "./node_modules/.bin/jest --coverage", "lint": "./node_modules/.bin/eslint . --ext .ts", "lint:fix": "./node_modules/.bin/eslint . --ext .ts --fix",