We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c82503 commit f3e512bCopy full SHA for f3e512b
package.json
@@ -34,7 +34,7 @@
34
"danger-plugin-tslint": "^2.0.0",
35
"jest": "^23.6.0",
36
"karma-sinon": "^1.0.5",
37
- "lerna": "3.4.3",
+ "lerna": "3.5.0",
38
"mocha": "^4.1.0",
39
"npm-run-all": "^4.1.2",
40
"prettier": "^1.14.0",
scripts/pack-and-upload.sh
@@ -5,14 +5,6 @@ yarn global add @zeus-ci/cli
5
yarn
6
yarn build
7
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
-
16
# Sanity Check
17
yarn lerna changed --include-merged-tags -p
18
0 commit comments