Skip to content

Commit 3abadf4

Browse files
committed
chore: renames lib/typescript to lib/javascript
1 parent 4a0a062 commit 3abadf4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+27
-27
lines changed

.github/workflows/check_fullstack_demo_ts_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "main" ]
66
paths:
77
- ".github/workflows/check_fullstack_demo_ts_pr.yaml"
8-
- "lib/typescript/fullstack_demo/**"
8+
- "lib/javascript/fullstack_demo/**"
99

1010
jobs:
1111
build:
@@ -23,7 +23,7 @@ jobs:
2323
node-version: '20.x'
2424

2525
- name: Build Fullstack Demo with Node.js
26-
working-directory: ./lib/typescript/fullstack_demo
26+
working-directory: ./lib/javascript/fullstack_demo
2727
env:
2828
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
2929
run: |

.github/workflows/check_lesson_02_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: '20.x'
2121

2222
- name: Build Shared Lib with Node.js
23-
working-directory: ./lib/typescript/codedifferently-instructional
23+
working-directory: ./lib/javascript/codedifferently-instructional
2424
run: npm ci
2525

2626
- name: Build Lesson 02 with Node.js

.github/workflows/check_lesson_03_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20.x'
2323

2424
- name: Build Shared Lib with Node.js
25-
working-directory: ./lib/typescript/codedifferently-instructional
25+
working-directory: ./lib/javascript/codedifferently-instructional
2626
run: npm ci
2727

2828
- name: Build Lesson 03 with Node.js

.github/workflows/check_lesson_05_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20.x'
2323

2424
- name: Build Shared Lib with Node.js
25-
working-directory: ./lib/typescript/codedifferently-instructional
25+
working-directory: ./lib/javascript/codedifferently-instructional
2626
run: npm ci
2727

2828
- name: Build Lesson 06 with Node.js

.github/workflows/check_lesson_06_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20.x'
2323

2424
- name: Build Shared Lib with Node.js
25-
working-directory: ./lib/typescript/codedifferently-instructional
25+
working-directory: ./lib/javascript/codedifferently-instructional
2626
run: npm ci
2727

2828
- name: Build Lesson 06 with Node.js

.github/workflows/check_lesson_07_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '20.x'
2323

2424
- name: Build Shared Lib with Node.js
25-
working-directory: ./lib/typescript/codedifferently-instructional
25+
working-directory: ./lib/javascript/codedifferently-instructional
2626
run: npm ci
2727

2828
- name: Build Lesson 07 with Node.js

.github/workflows/check_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: ./gradlew check
5555

5656
- name: Build Shared Lib with Node.js
57-
working-directory: ./lib/typescript/codedifferently-instructional
57+
working-directory: ./lib/javascript/codedifferently-instructional
5858
run: |
5959
npm ci
6060
npm run test
@@ -160,7 +160,7 @@ jobs:
160160
run: ./gradlew check
161161

162162
- name: Build Fullstack Demo with Node.js
163-
working-directory: ./lib/typescript/fullstack_demo
163+
working-directory: ./lib/javascript/fullstack_demo
164164
env:
165165
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
166166
run: |

capstone/README.md

Lines changed: 1 addition & 1 deletion

lesson_02/README.md

Lines changed: 1 addition & 1 deletion

lesson_02/quiz/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)