-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update ng to v17 * chore: update --------- Co-authored-by: splincode <[email protected]>
- Loading branch information
1 parent
a340fda
commit eecf7cf
Showing
4 changed files
with
2,756 additions
and
1,222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"baseDir": "./dist", | ||
"files": [ | ||
{ | ||
"path": "demo/browser/main.<hash>.js", | ||
"maxPercentIncrease": 10 | ||
}, | ||
{ | ||
"path": "demo/browser/runtime.<hash>.js", | ||
"maxPercentIncrease": 10 | ||
}, | ||
{ | ||
"path": "demo/browser/polyfills.<hash>.js", | ||
"maxPercentIncrease": 10 | ||
}, | ||
{ | ||
"path": "demo/browser/scripts.<hash>.js", | ||
"maxPercentIncrease": 10 | ||
}, | ||
{ | ||
"path": "demo/browser/styles.<hash>.css", | ||
"maxPercentIncrease": 10 | ||
}, | ||
{ | ||
"path": "demo/browser/vendor.<hash>.js", | ||
"maxPercentIncrease": 10 | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"path": "demo/browser/*.<hash>.js" | ||
} | ||
], | ||
"reportOutput": [ | ||
[ | ||
"github", | ||
{ | ||
"statusCheck": true, | ||
"prComment": true | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: ⚙️ Bundle size | ||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
|
||
jobs: | ||
tracking: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- run: npx nx build demo -- --prod | ||
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | ||
continue-on-error: true | ||
env: | ||
CI_COMMIT_SHA: ${{ env.CI_COMMIT_SHA }} |
Oops, something went wrong.