Skip to content

Commit bf4ed43

Browse files
authored
elyra-ai#2488 Run TypeScript tests during the build (elyra-ai#2489)
Signed-off-by: CTomlyn <[email protected]>
1 parent d80a653 commit bf4ed43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

canvas_modules/common-canvas/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
#
4-
# Copyright 2017-2023 Elyra Authors
4+
# Copyright 2017-2025 Elyra Authors
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@ if [[ "${DISABLE_JEST_TESTS}" == "true" ]]; then
3333
else
3434
echo "Run jest tests"
3535
npm run test-coverage
36+
npm run test:typescript
3637
fi
3738

3839
echo "cd $WORKING_DIR"

0 commit comments

Comments
 (0)