Skip to content

Commit

Permalink
run typechecking post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Oct 30, 2024
1 parent 4e2462a commit cc933fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"prepublish": "npx in-publish && npm run build || echo",
"deploy": "npm run build && npm test && cd ./lib/flagsmith/ && npm publish && cd ../../lib/react-native-flagsmith && npm publish && cd ../../lib/flagsmith-es && npm publish",
"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 && npm run typecheck && rollup -c && node ./move-react.js",
"build": "npm run generatetypes && rollup -c && node ./move-react.js && npm run typecheck",
"test": "jest --env=jsdom",
"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"
},
Expand Down

0 comments on commit cc933fc

Please sign in to comment.