Skip to content

Commit 3630f0e

Browse files
authored
Merge pull request #53 from lukas-reineke/T-335-build-the-sdk-in-circle-to-prevent-prs-that-have-not-matching-code-=>-build
T-335 build in circle to check build matches
2 parents 251c78e + 54dc3ca commit 3630f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
key: jscache-{{ checksum "package.json" }}
2929

3030
- run: npm run lint
31+
- run: npm run build-ts
32+
- run: git diff --quiet || (echo 'build does not match' && exit 1)
3133

3234
publish:
3335
docker:

0 commit comments

Comments
 (0)