Skip to content

Commit 1fa046f

Browse files
committed
fix: pack and upload script
1 parent 3965735 commit 1fa046f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/pack-and-upload.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ yarn global add @zeus-ci/cli
55
yarn
66
yarn build
77

8+
# Temp workaround
9+
git clone https://github.com/HazAT/lerna.git
10+
cd lerna/core/lerna
11+
yarn link
12+
cd ../../../
13+
yarn link lerna
14+
############################################
15+
816
# Upload NPM packages
917
node scripts/package-and-upload-to-zeus.js
1018

0 commit comments

Comments
 (0)