Skip to content

Commit 067e51b

Browse files
Timernate770
authored andcommitted
Compile lock file on publish
1 parent 7ec7486 commit 067e51b

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)