Skip to content

Commit 6317251

Browse files
authored
build: update to 4.3.0-beta.0 of the language service (#116)
Includes an update to server package.json to correct the jasmine command-line.
1 parent c1f8c94 commit 6317251

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

scripts/ci/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ cd $(dirname $0)
77
source ./env.sh
88
cd ../..
99

10+
# Clean up from last build
11+
(
12+
rm -rf client/server
13+
)
14+
1015
# Build the server
1116
(
1217
cd server

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"compile": "installServerIntoExtension ../client ./package.json ./tsconfig-build.json && cp yarn.lock ../client/server && tsc -p tsconfig-build.json",
1212
"watch": "installServerIntoExtension ../client ./package.json ./tsconfig.json && cp yarn.lock ../client/server && tsc --watch -p .",
13-
"test": "tsc -p . && jasmine -- dist/**/*_spec.js"
13+
"test": "tsc -p . && jasmine dist/**/*_spec.js"
1414
},
1515
"dependencies": {
1616
"@angular/language-service": "angular/language-service-builds",

server/yarn.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
tslib "^1.7.1"
2424

2525
"@angular/language-service@angular/language-service-builds":
26-
version "4.2.2-5e79449"
27-
resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/b6baf963ddbde7f6f78e1d261250c136043a17d4"
28-
dependencies:
29-
tslib "^1.7.1"
26+
version "4.3.0-beta.0-1fc0d05"
27+
resolved "https://codeload.github.com/angular/language-service-builds/tar.gz/d720ee66d466388f94ef89f65c040e463655bf17"
3028

3129
"@angular/tsc-wrapped@4.2.2":
3230
version "4.2.2"

0 commit comments

Comments
 (0)