unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#40710: node-build-system should not install tests
@ 2020-04-19  9:12 goodoldpaul
  2020-04-29 14:55 ` bug#40710: WIP solution goodoldpaul
  2021-10-26 21:04 ` bug#40710: node-build-system should not install tests paul via Bug reports for GNU Guix
  0 siblings, 2 replies; 3+ messages in thread
From: goodoldpaul @ 2020-04-19  9:12 UTC (permalink / raw)
  To: 40710

As discussed here [0], node-build-system right now installs all the 
contents of a package's root node_modules directory, including i.e. 
tests.
We should investigate how exactly npm decides what to install and try to 
replicate that inside node-build-system. It seems likely that it uses 
the "files" array from the package.json file (see [1-2]).

[0]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36599
[1]: https://github.com/colorjs/color-name/blob/master/package.json#L6
[2]: https://github.com/npm/node-semver/blob/master/package.json#L21

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-26 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19  9:12 bug#40710: node-build-system should not install tests goodoldpaul
2020-04-29 14:55 ` bug#40710: WIP solution goodoldpaul
2021-10-26 21:04 ` bug#40710: node-build-system should not install tests paul via Bug reports for GNU Guix

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).