diff --git a/features/truth-validation/semantic-service/package.json b/features/truth-validation/semantic-service/package.json index d2cbec0f0..63e2ce14a 100755 --- a/features/truth-validation/semantic-service/package.json +++ b/features/truth-validation/semantic-service/package.json @@ -17,7 +17,8 @@ "migration:run": "typeorm migration:run -d dist/database/data-source.js", "migration:revert": "typeorm migration:revert -d dist/database/data-source.js", "validate": "bun run scripts/validate-semantic.ts", - "resolve": "bun run scripts/resolve.ts" + "resolve": "bun run scripts/resolve.ts", + "postinstall": "lixbuild fix-natives" }, "dependencies": { "@fastify/cors": "^10.1.0", @@ -44,6 +45,7 @@ "@types/pg": "^8.16.0", "@vitest/coverage-v8": "^2.1.9", "@types/js-yaml": "^4.0.9", + "@lilith/lix-build": "^1.0.4-dev.1770890831", "tsup": "^8.5.1", "tsx": "^4.21.0", "typescript": "^5.9.3",