aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-08-01 09:21:53 -0300
committerEuAndreh <eu@euandre.org>2018-08-01 09:22:28 -0300
commitc353b5af33f76fdbc3eef3d16cbc0014ccba6ee0 (patch)
tree981c1d50535e41d6a69b3f1796e1ddb7da028e12
parentnpm ci post wording (diff)
downloadeuandre.org-c353b5af33f76fdbc3eef3d16cbc0014ccba6ee0.tar.gz
euandre.org-c353b5af33f76fdbc3eef3d16cbc0014ccba6ee0.tar.xz
Add missing merkle-tree output
-rw-r--r--site/posts/2018-08-01-verifying-npm-ci-reproducibility.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/posts/2018-08-01-verifying-npm-ci-reproducibility.org b/site/posts/2018-08-01-verifying-npm-ci-reproducibility.org
index cd2b761..4c01a62 100644
--- a/site/posts/2018-08-01-verifying-npm-ci-reproducibility.org
+++ b/site/posts/2018-08-01-verifying-npm-ci-reproducibility.org
@@ -64,12 +64,12 @@ In this test case I'll take the main repo of [[https://lernajs.io/][Lerna]][fn:j
cd lerna/
git checkout 57ff865c0839df75dbe1974971d7310f235e1109
npm ci
- merkle-tree node_modules/
+ merkle-tree node_modules/ # outputs 11e218c4ac32fac8a9607a8da644fe870a25c99821167d21b607af45699afafa
rm -rf node_modules/
npm ci
- merkle-tree node_modules/
+ merkle-tree node_modules/ # outputs 11e218c4ac32fac8a9607a8da644fe870a25c99821167d21b607af45699afafa
npm ci # test if it also works with an existing node_modules/ folder
- merkle-tree node_modules/
+ merkle-tree node_modules/ # outputs 11e218c4ac32fac8a9607a8da644fe870a25c99821167d21b607af45699afafa
#+END_SRC
Good job =npm ci= :)