File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ cd $(dirname $0)
7
7
source ./env.sh
8
8
cd ../..
9
9
10
+ # Clean up from last build
11
+ (
12
+ rm -rf client/server
13
+ )
14
+
10
15
# Build the server
11
16
(
12
17
cd server
Original file line number Diff line number Diff line change 10
10
"scripts" : {
11
11
"compile" : " installServerIntoExtension ../client ./package.json ./tsconfig-build.json && cp yarn.lock ../client/server && tsc -p tsconfig-build.json" ,
12
12
"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"
14
14
},
15
15
"dependencies" : {
16
16
"@angular/language-service" : " angular/language-service-builds" ,
Original file line number Diff line number Diff line change 23
23
tslib "^1.7.1"
24
24
25
25
" @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"
30
28
31
29
" @angular/tsc-wrapped@4.2.2 " :
32
30
version "4.2.2"
You can’t perform that action at this time.
0 commit comments