Skip to content

Commit

Permalink
make: stop saving marked-man and prune stuff during build
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat authored and iarna committed May 26, 2017
1 parent 711f204 commit 96532ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ html/doc/misc/%.html: doc/misc/%.md $(html_docdeps)
marked: node_modules/.bin/marked

node_modules/.bin/marked:
node bin/npm-cli.js install marked --no-global --no-timing
node bin/npm-cli.js install marked --no-global --no-timing --no-save

marked-man: node_modules/.bin/marked-man

node_modules/.bin/marked-man:
node bin/npm-cli.js install marked-man --no-global --no-timing
node bin/npm-cli.js install marked-man --no-global --no-timing --no-save

doc: man

Expand All @@ -173,7 +173,7 @@ publish: gitclean ls-ok link doc-clean doc
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)

release: gitclean ls-ok markedclean marked-manclean doc-clean doc
node bin/npm-cli.js prune --production
node bin/npm-cli.js prune --production --no-save
@bash scripts/release.sh

sandwich:
Expand Down

0 comments on commit 96532ff

Please sign in to comment.