diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-03 09:19:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-03 09:19:35 -0300 |
| commit | 7c016c48b6356147c567a9222de45dd50dd8a405 (patch) | |
| tree | 9ca75538543556d9afd58910906f775be634b337 /src/content/en/blog | |
| parent | src/static.conf ($discussions_url_prefix): Fix typo in address (diff) | |
| download | euandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.gz euandre.org-7c016c48b6356147c567a9222de45dd50dd8a405.tar.xz | |
Diffstat (limited to '')
| -rw-r--r-- | src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc | 5 | ||||
| -rw-r--r-- | src/content/en/blog/2020/11/14/local-first-review.adoc | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc b/src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc index 76bd8e6..7c1e837 100644 --- a/src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc +++ b/src/content/en/blog/2018/08/01/npm-ci-reproducibility.adoc @@ -115,7 +115,8 @@ https://lernajs.io/[Lerna]footnote:lerna-package-lock[ was harder than I expected. ]: -```bash +[source,sh] +---- cd /tmp/ git clone https://github.com/lerna/lerna.git cd lerna/ @@ -127,7 +128,7 @@ npm ci merkle-tree node_modules/ # outputs 11e218c4ac32fac8a9607a8da644fe870a25c99821167d21b607af45699afafa npm ci # test if it also works with an existing node_modules/ folder merkle-tree node_modules/ # outputs 11e218c4ac32fac8a9607a8da644fe870a25c99821167d21b607af45699afafa -``` +---- Good job `npm ci` :) diff --git a/src/content/en/blog/2020/11/14/local-first-review.adoc b/src/content/en/blog/2020/11/14/local-first-review.adoc index 2036069..4effc43 100644 --- a/src/content/en/blog/2020/11/14/local-first-review.adoc +++ b/src/content/en/blog/2020/11/14/local-first-review.adoc @@ -1,4 +1,4 @@ -= Local-First Software: article review += Local-First Software: You Own Your Data, in spite of the Cloud - article review :categories: presentation article-review :empty: |
