Skip to content

Commit cc933fc

Browse files
committed
run typechecking post-build
1 parent 4e2462a commit cc933fc

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
@@ -8,7 +8,7 @@
88
"prepublish": "npx in-publish && npm run build || echo",
99
"deploy": "npm run build && npm test && cd ./lib/flagsmith/ && npm publish && cd ../../lib/react-native-flagsmith && npm publish && cd ../../lib/flagsmith-es && npm publish",
1010
"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",
11-
"build": "npm run generatetypes && npm run typecheck && rollup -c && node ./move-react.js",
11+
"build": "npm run generatetypes && rollup -c && node ./move-react.js && npm run typecheck",
1212
"test": "jest --env=jsdom",
1313
"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"
1414
},

0 commit comments

Comments
 (0)