Skip to content

Commit

Permalink
Merge pull request Expensify#30614 from Expensify/Rory-FixNCCBuilds
Browse files Browse the repository at this point in the history
[No QA] Fix ncc builds
  • Loading branch information
AndrewGable authored Oct 31, 2023
2 parents 6ec9dd5 + d7f1da4 commit 4339862
Show file tree
Hide file tree
Showing 20 changed files with 37,341 additions and 45,716 deletions.
5,774 changes: 2,598 additions & 3,176 deletions .github/actions/javascript/authorChecklist/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/awaitStagingDeploys/index.js

Large diffs are not rendered by default.

4,634 changes: 2,028 additions & 2,606 deletions .github/actions/javascript/bumpVersion/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/checkDeployBlockers/index.js

Large diffs are not rendered by default.

5,681 changes: 2,555 additions & 3,126 deletions .github/actions/javascript/createOrUpdateStagingDeploy/index.js

Large diffs are not rendered by default.

5,792 changes: 2,607 additions & 3,185 deletions .github/actions/javascript/getDeployPullRequestList/index.js

Large diffs are not rendered by default.

4,526 changes: 1,974 additions & 2,552 deletions .github/actions/javascript/getPreviousVersion/index.js

Large diffs are not rendered by default.

5,850 changes: 2,636 additions & 3,214 deletions .github/actions/javascript/getPullRequestDetails/index.js

Large diffs are not rendered by default.

5,744 changes: 2,583 additions & 3,161 deletions .github/actions/javascript/getReleaseBody/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/isStagingDeployLocked/index.js

Large diffs are not rendered by default.

5,581 changes: 2,505 additions & 3,076 deletions .github/actions/javascript/markPullRequestsAsDeployed/index.js

Large diffs are not rendered by default.

5,579 changes: 2,504 additions & 3,075 deletions .github/actions/javascript/postTestBuildComment/index.js

Large diffs are not rendered by default.

5,334 changes: 2,378 additions & 2,956 deletions .github/actions/javascript/reopenIssueWithComment/index.js

Large diffs are not rendered by default.

5,916 changes: 2,669 additions & 3,247 deletions .github/actions/javascript/reviewerChecklist/index.js

Large diffs are not rendered by default.

639 changes: 447 additions & 192 deletions .github/actions/javascript/validateReassureOutput/index.js

Large diffs are not rendered by default.

5,242 changes: 2,332 additions & 2,910 deletions .github/actions/javascript/verifySignedCommits/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths: ['**.ts', '**.tsx', 'package.json', 'package-lock.json']
paths: ['**.ts', '**.tsx', 'package.json', 'package-lock.json', 'tsconfig.json']

jobs:
typecheck:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/validateGithubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
paths:
- .github/**
paths: ['.github/**', 'package.json', 'package-lock.json', 'tsconfig.json']

jobs:
verify:
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"@types/underscore": "^1.11.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vercel/ncc": "^0.27.0",
"@vercel/ncc": "0.38.1",
"@welldone-software/why-did-you-render": "7.0.1",
"ajv-cli": "^5.0.0",
"babel-eslint": "^10.1.0",
Expand Down

0 comments on commit 4339862

Please sign in to comment.