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.
2 parents 119fe97 + 806944d commit b89bc86Copy full SHA for b89bc86
.codebuild/scripts/publish.sh
@@ -12,6 +12,7 @@ else
12
git fetch --all
13
yarn install
14
git restore .
15
+ yarn production-build
16
fi
17
18
if [ -z "$GITHUB_EMAIL" ]; then
@@ -51,4 +52,4 @@ if [[ "$BRANCH_NAME" =~ ^tagged-release ]]; then
51
52
53
else
54
yarn publish:$BRANCH_NAME
-fi
55
+fi
shared-scripts.sh
@@ -318,9 +318,10 @@ function runE2eTest {
318
}
319
320
function _deploy {
321
+ _setShell
322
echo "Deploy"
323
echo "Authenticate with NPM"
324
PUBLISH_TOKEN=$(echo "$NPM_PUBLISH_TOKEN" | jq -r '.token')
325
echo "//registry.npmjs.org/:_authToken=$PUBLISH_TOKEN" > ~/.npmrc
326
./.codebuild/scripts/publish.sh
-}
327
+}
0 commit comments