File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
"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" ,
10
10
"build" : " npm run generatetypes && rollup -c && node ./move-react.js" ,
11
11
"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"
13
13
},
14
14
"repository" : {
15
15
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments