Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f0f32dc

Browse filesBrowse files
RichardLittMylesBorins
authored andcommitted
tools: fix gitignore for tools/doc/
PR-URL: #17224 Fixes: #17216 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent f136672 commit f0f32dc
Copy full SHA for f0f32dc

File tree

Expand file treeCollapse file tree

6 files changed

+37
-47
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+37
-47
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ available-node = \
579579
exit 1; \
580580
fi;
581581

582-
run-npm-install = $(PWD)/$(NPM) install
582+
run-npm-install = $(PWD)/$(NPM) install --production
583583

584584
tools/doc/node_modules/js-yaml/package.json:
585585
cd tools/doc && $(call available-node,$(run-npm-install))
Collapse file

‎tools/doc/node_modules/.bin/marked‎

Copy file name to clipboardExpand all lines: tools/doc/node_modules/.bin/marked
-1Lines changed: 0 additions & 1 deletion
This file was deleted.
Collapse file

‎tools/doc/node_modules/marked/lib/marked.js‎

Copy file name to clipboardExpand all lines: tools/doc/node_modules/marked/lib/marked.js
+2-1Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/doc/node_modules/marked/package.json‎

Copy file name to clipboardExpand all lines: tools/doc/node_modules/marked/package.json
+18-42Lines changed: 18 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/doc/package-lock.json‎

Copy file name to clipboardExpand all lines: tools/doc/package-lock.json
+13Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/doc/package.json‎

Copy file name to clipboardExpand all lines: tools/doc/package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"node": ">=6"
88
},
99
"dependencies": {
10-
"marked": "^0.3.5",
10+
"marked": "^0.3.5"
11+
},
12+
"devDependencies": {
1113
"js-yaml": "^3.5.2"
1214
},
13-
"devDependencies": {},
1415
"optionalDependencies": {},
1516
"bin": "./generate.js"
1617
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.