Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 64a39c2

Browse files
kyliauKeen Yee Liau
authored andcommitted
test: run ngcc before test starts
We should run `ngcc` before the test starts otherwise ngcc will run during the LSP tests and potentially run into timeouts.
1 parent b70d372 commit 64a39c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -ex -o pipefail
66
(
77
cd integration/project
88
yarn
9+
yarn ngcc
910
)
1011

1112
# Server unit tests

0 commit comments

Comments
 (0)