Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57cccb3

Browse files
committed
Compile lock file on publish
1 parent a958224 commit 57cccb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎tasks/publish.sh‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ set -x
2626
cd ..
2727
root_path=$PWD
2828

29+
if [ -z $CI ]; then
30+
yarn compile:lockfile
31+
fi
32+
2933
if [ -n "$(git status --porcelain)" ]; then
3034
echo "Your git status is not clean. Aborting.";
3135
exit 1;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /