Skip to content

Commit f3e512b

Browse files
committed
meta: Remove lerna workaround
1 parent 8c82503 commit f3e512b

File tree

3 files changed

+904
-2147
lines changed

3 files changed

+904
-2147
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"danger-plugin-tslint": "^2.0.0",
3535
"jest": "^23.6.0",
3636
"karma-sinon": "^1.0.5",
37-
"lerna": "3.4.3",
37+
"lerna": "3.5.0",
3838
"mocha": "^4.1.0",
3939
"npm-run-all": "^4.1.2",
4040
"prettier": "^1.14.0",

scripts/pack-and-upload.sh

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

8-
# Temp workaround
9-
############################################
10-
git clone https://github.com/HazAT/lerna.git
11-
cd lerna
12-
npm link
13-
cd ../
14-
npm link lerna
15-
168
# Sanity Check
179
yarn lerna changed --include-merged-tags -p
1810

0 commit comments

Comments
 (0)