mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

feat: support exotic manifests #169

Open zkochan opened 5 years ago

zkochan commented 5 years ago

pnpm v3.3.0 will support package.json5 and package.yaml (pnpm v3.3.0-0 is already out with the support).

This implementation involves a pnpm library that only supports Node.js>=8.15, so I understand if it will be rejected. Also, a test is required. Just want to know if you'd be fine supporting it. If no, I will publish a fork for pnpm usage.

codecov[bot] commented 5 years ago

Codecov Report

Merging #169 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   92.94%   92.93%   -0.02%     
==========================================
  Files          22       22              
  Lines         468      467       -1     
==========================================
- Hits          435      434       -1     
  Misses         33       33
Impacted Files Coverage Δ
lib/read-package-json.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5017a88...8cc806c. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #169 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
- Coverage   92.94%   92.93%   -0.02%     
==========================================
  Files          22       22              
  Lines         468      467       -1     
==========================================
- Hits          435      434       -1     
  Misses         33       33
Impacted Files Coverage Δ
lib/read-package-json.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5017a88...8cc806c. Read the comment docs.

devinrhode2 commented 2 years ago

HOT DAMN! PNPM HAS BEEN SUPPORTING package.json5 THIS WHOLE TIME??? "Where have I been living" -patrick star

ghost commented 1 year ago

@zkochan @aleee1333 @mysticatea whats the status of this ? Is this going in, or is there a fork already ?