Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 10b977c

Browse files
committed
update Typescript casing
1 parent ae0b5ff commit 10b977c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/updateTypeScript.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ set -e
1313
)
1414

1515
# 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/
1919

2020
# 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/
2323

2424
# 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/
2727

2828
# convert to unix line endings
2929
dos2unix $(dirname $0)/../com.palantir.typescript/bridge/lib/lib.d.ts

0 commit comments

Comments
 (0)