Skip to content

Commit 3857e10

Browse files
refackrvagg
authored andcommitted
tools: speed up lint-md-build
by using package-lock.json PR-URL: #16945 Fixes: #16628 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 955080f commit 3857e10

File tree

3 files changed

+1595
-2
lines changed

3 files changed

+1595
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ deps/npm/node_modules/.bin/
106106

107107
# test artifacts
108108
tools/faketime
109-
tools/remark-cli
110-
tools/remark-preset-lint-node
109+
tools/remark-cli/node_modules
110+
tools/remark-preset-lint-node/node_modules
111111
icu_config.gypi
112112
*.tap
113113

0 commit comments

Comments
 (0)