Skip to content

Commit a69f7c9

Browse files
committed
chore(ci): Reset potential changes in bundle size file [ci skip]
1 parent 89e5b7b commit a69f7c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scripts/ci/release-rc.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ yarn install --mutex network
1414
# run tests
1515
yarn test
1616

17-
# build the project with the new version after lerna version
17+
# build the project
1818
yarn build
1919

20+
# reset potential changes in sizes
21+
git checkout scripts/rollup/results.json
22+
2023
# create npmrc with auth
2124
bash ${WORKSPACE}/scripts/ci/setup-npm.sh
2225

scripts/ci/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ yarn test
2828

2929
# build the project with the new version after lerna version
3030
yarn build
31+
# reset potential changes in sizes
32+
git checkout scripts/rollup/results.json
3133

3234
# if we came to that point we are ready for publish
3335

0 commit comments

Comments
 (0)