mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 23:36:56 +00:00

Support for parallel use of the cache folder Retry on registry timeouts or network failures Reduce 'engines' failures to a warning Use new zsh completion if aviailable
8 lines
63 B
Makefile
8 lines
63 B
Makefile
SHELL := /bin/bash
|
|
|
|
test:
|
|
@node test/runner.js
|
|
|
|
.PHONY: test
|
|
|