Zoltan Kochan
5f643f23b0
fix(deps): update ramda to v0.28
2022-06-28 15:33:17 +03:00
Zoltan Kochan
275c405235
fix(exec): commands of workspace project should be in PATH ( #4583 )
...
close #4481
2022-04-16 20:20:29 +03:00
Black-Hole
8d3255515b
feat(exec): support shell interpreter ( #4328 )
...
close #4320
2022-02-13 14:28:01 +02:00
Zoltan Kochan
cd4f9341e9
fix: the dlx and create commands should set npm_config_user_agent ( #4317 )
...
close #3985
2022-02-11 00:50:45 +02:00
Zoltan Kochan
9c0f7e69ab
fix(exec): look for the executed command in the current dir first
2022-01-23 02:00:56 +02:00
Zoltan Kochan
eede95c5c3
fix(exec): pnpm exec should return the correct exit code ( #3996 )
...
close #3994
2021-11-16 03:34:18 +02:00
zoomdong
435626ad39
fix: recursive cmd add reverse option ( #3984 )
...
close #3972
2021-11-14 17:05:25 +00:00
Erik Yu
8cde329876
fix: aviod error log cut ( #3951 )
...
Co-authored-by: yuhuaheng <yuhuaheng@bytedance.com >
Co-authored-by: Zoltan Kochan <z@kochan.io >
2021-11-07 13:00:28 +02:00
Zoltan Kochan
917b95c01f
fix: upgrade typescript to v4.4.4
2021-10-16 23:33:34 +03:00
Zoltan Kochan
091ff5f127
fix: add link to the docs for dlx, exec, root, bin ( #3838 )
2021-10-09 00:04:19 +03:00
Zoltan Kochan
9476d5ac5b
fix(exec): pnpm exec should work outside of Node.js projects ( #3597 )
2021-07-14 02:26:51 +03:00
Zoltan Kochan
4add11a96d
fix(exec): run in the right directory ( #3514 )
2021-06-08 23:42:03 +03:00
Zoltan Kochan
06f1275032
feat(exec): no need to use -- ( #3492 )
2021-06-01 23:38:23 +03:00
Zoltan Kochan
a1a03d1457
fix: import only the needed functions from ramda
2021-05-29 01:33:09 +03:00
Zoltan Kochan
a77a2005e5
fix(exec): exit with the right exit code
2021-05-28 03:17:53 +03:00
Zoltan Kochan
3cabbd4d4a
fix(exec): update help
2021-05-28 01:09:46 +03:00
Zoltan Kochan
c1f137412c
fix: pnpm exec should use the right Node.js version ( #3477 )
2021-05-27 02:00:26 +03:00
Zoltan Kochan
048c948719
fix: rename .pnp.js to .pnp.cjs ( #3148 )
...
ref #2902
2021-02-17 00:37:17 +02:00
Zoltan Kochan
d6d091f249
style: use es2015 imports ( #3143 )
2021-02-15 05:06:10 +02:00
Jonathan Morley
326822f77e
feat: add --reverse flag ( #3119 )
...
close #2985
2021-02-04 23:28:31 +02:00
Zoltan Kochan
f591fdeeb9
feat: support Plug'n'Play
...
ref #2902
PR #2908
2020-10-11 13:12:02 +03:00
Zoltan Kochan
88e1eaa908
style: use no delimiters in type declarations
2020-08-26 01:42:36 +03:00
Zoltan Kochan
1c8a02e996
style: use eslint instead of tslint
...
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
cc1b43886f
fix(deps): update p-limit to v3.0.1
2020-06-06 19:36:42 +03:00
Zoltan Kochan
0e8daafe41
feat: --parallel
...
The `run` and `exec` commands may use the `--parallel` option.
`--parallel` completely disregards concurrency and topological sorting,
running a given script immediately in all matching packages
with prefixed streaming output. This is the preferred flag
for long-running processes such as watch run over many packages.
For example: `pnpm run --parallel watch`
close #2528
PR #2599
2020-06-01 11:22:44 +03:00
Zoltan Kochan
c75a921e36
style: no trailing commas in functions
2020-05-12 19:00:16 +03:00
Zoltan Kochan
6afba68819
fix(exec): exec should fail with better error
...
"pnpm exec" currently works only when executed recursively,
so it should fail with a meaningful error if "-r" is not
present.
close #2461
2020-04-12 12:35:22 +03:00
Zoltan Kochan
906ede36c6
fix: the -r option is not supported by all cmds
...
ref #2396
2020-03-15 02:28:20 +02:00
Zoltan Kochan
715610d2c8
refactor: command plugins API
2020-03-09 00:19:08 +02:00
Zoltan Kochan
049745bb10
fix: unknown options regression in script cmds
2020-01-09 22:27:51 +02:00
Zoltan Kochan
f8b927391e
refactor: rename importers & workspace pkgs to projects
...
WsPkg=>Project
WorkspacePackage=>Project
mporterManifest=>ProjectManifest
importers=>projects
importerDir=>projectDir
LockfileImporter=>ProjectSnapshot
PR #2242
2020-01-01 18:57:14 +02:00
Zoltan Kochan
9c9a3849d9
refactor: destroying the plugin-commands-recursive package
...
PR #2237
2019-12-29 18:45:20 +02:00