File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
git add src/compiler/corePublic.ts
38
38
git add tests/baselines/reference/api/typescript.d.ts
39
39
git add tests/baselines/reference/api/tsserverlibrary.d.ts
40
- git add ./lib
40
+ git add --force ./lib
41
41
git config user.email "typescriptbot@microsoft.com"
42
42
git config user.name "TypeScript Bot"
43
43
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
Original file line number Diff line number Diff line change 43
43
git add src/compiler/corePublic.ts
44
44
git add tests/baselines/reference/api/typescript.d.ts
45
45
git add tests/baselines/reference/api/tsserverlibrary.d.ts
46
- git add ./lib
46
+ git add --force ./lib
47
47
git config user.email "typescriptbot@microsoft.com"
48
48
git config user.name "TypeScript Bot"
49
49
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
Original file line number Diff line number Diff line change 25
25
npx hereby LKG
26
26
npm test
27
27
git diff
28
- git add ./lib
28
+ git add --force ./lib
29
29
git commit -m "Update LKG"
30
30
git push
You can’t perform that action at this time.
0 commit comments