Skip to content

Commit 3d0e3b2

Browse files
authored
Merge pull request #257 from Flagsmith/khvn26-patch-1
fix: Use main ref for evaluation context JSON schema
2 parents 3d0e8b8 + ba2bafc commit 3d0e3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"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",
1010
"build": "npm run generatetypes && rollup -c && node ./move-react.js",
1111
"test": "jest --env=jsdom",
12-
"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"
12+
"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"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)