Skip to content

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

+4
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)