From ba2bafcbb310140e292fa105fdd02f6b721afe1a Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Thu, 3 Oct 2024 11:58:12 +0100 Subject: [PATCH] fix: Use main ref for evaluation context JSON schema --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 282ffb8..59537fc 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deploy:beta": "npm run build && npm test && cd ./lib/flagsmith/ && npm publish --tag beta && cd ../../lib/react-native-flagsmith && npm publish --tag beta && cd ../../lib/flagsmith-es && npm publish --tag beta", "build": "npm run generatetypes && rollup -c && node ./move-react.js", "test": "jest --env=jsdom", - "generatetypes": "curl https://raw.githubusercontent.com/Flagsmith/flagsmith/feat/evaluation-context-schema/sdk/evaluation-context.json -o evaluation-context.json && npx quicktype -o evaluation-context.ts --src-lang schema --just-types --no-prefer-types --nice-property-names evaluation-context.json && rm evaluation-context.json" + "generatetypes": "curl https://raw.githubusercontent.com/Flagsmith/flagsmith/refs/heads/main/sdk/evaluation-context.json -o evaluation-context.json && npx quicktype -o evaluation-context.ts --src-lang schema --just-types --no-prefer-types --nice-property-names evaluation-context.json && rm evaluation-context.json" }, "repository": { "type": "git",