This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ set -e
13
13
)
14
14
15
15
# copy the necessary bin files to build
16
- cp ../typescript /bin/tsc $( dirname $0 ) /../com.palantir.typescript/bridge/bin/
17
- cp ../typescript /built/local/lib.d.ts $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
18
- cp ../typescript /built/local/tsc.js $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
16
+ cp ../Typescript /bin/tsc $( dirname $0 ) /../com.palantir.typescript/bridge/bin/
17
+ cp ../Typescript /built/local/lib.d.ts $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
18
+ cp ../Typescript /built/local/tsc.js $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
19
19
20
20
# copy the language services JavaScript and definition file
21
- cp ../typescript /built/local/typescriptServices.js $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
22
- cp ../typescript /built/local/typescriptServices.d.ts $( dirname $0 ) /../com.palantir.typescript/bridge/typings/
21
+ cp ../Typescript /built/local/typescriptServices.js $( dirname $0 ) /../com.palantir.typescript/bridge/lib/
22
+ cp ../Typescript /built/local/typescriptServices.d.ts $( dirname $0 ) /../com.palantir.typescript/bridge/typings/
23
23
24
24
# copy the default lib files into the plug-in
25
- cp ../typescript /built/local/lib.d.ts $( dirname $0 ) /../com.palantir.typescript/src/com/palantir/typescript/services/language/
26
- cp ../typescript /built/local/lib.es6.d.ts $( dirname $0 ) /../com.palantir.typescript/src/com/palantir/typescript/services/language/
25
+ cp ../Typescript /built/local/lib.d.ts $( dirname $0 ) /../com.palantir.typescript/src/com/palantir/typescript/services/language/
26
+ cp ../Typescript /built/local/lib.es6.d.ts $( dirname $0 ) /../com.palantir.typescript/src/com/palantir/typescript/services/language/
27
27
28
28
# convert to unix line endings
29
29
dos2unix $( dirname $0 ) /../com.palantir.typescript/bridge/lib/lib.d.ts
You can’t perform that action at this time.
0 commit comments