We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e5b7b commit a69f7c9Copy full SHA for a69f7c9
scripts/ci/release-rc.sh
@@ -14,9 +14,12 @@ yarn install --mutex network
14
# run tests
15
yarn test
16
17
-# build the project with the new version after lerna version
+# build the project
18
yarn build
19
20
+# reset potential changes in sizes
21
+git checkout scripts/rollup/results.json
22
+
23
# create npmrc with auth
24
bash ${WORKSPACE}/scripts/ci/setup-npm.sh
25
scripts/ci/release.sh
@@ -28,6 +28,8 @@ yarn test
28
29
# build the project with the new version after lerna version
30
31
32
33
34
# if we came to that point we are ready for publish
35
0 commit comments