Skip to content

Commit 5c71d8c

Browse files
committed
better fix
1 parent e915b58 commit 5c71d8c

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 -sSL https://raw.githubusercontent.com/Flagsmith/flagsmith/feat/evaluation-context-schema/sdk/evaluation-context.json | npx quicktype -o evaluation-context.ts --src-lang schema --just-types --no-prefer-types --nice-property-names /dev/fd/0"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)